Color Hex Logo

#ffb72d Color Hex

#FFB72D
(255,183,45)
0 Favorites   0 Comments

Color spaces of #ffb72d

RGB 25518345
HSL0.111.000.59
HSV39°82°100°
CMYK 0.000.280.82   0.00
XYZ58.647155.316410.0687
Yxy55.31640.47280.4460
Hunter Lab74.375010.596844.0360
CIE-Lab79.223215.225073.7364

#ffb72d color RGB value is (255,183,45).

#ffb72d hex color red value is 255, green value is 183 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ffb72d hue: 0.11 , saturation: 1.00 and the lightness value of ffb72d is 0.59.

The process color (four color CMYK) of #ffb72d color hex is 0.00, 0.28, 0.82, 0.00. Web safe color of #ffb72d is #ffcc33. Color #ffb72d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110111 00101101
Octal 377 267 55
Decimal 255 183 45
Hex FF B7 2D

RGB Percentages of Color #ffb72d

%52.80
%37.89
%9.32

CMYK Percentages of Color #ffb72d

%0
%28
%82
%0

Triadic Colors of #ffb72d

#ffb72d #2dffb7 #b72dff

Analogous Colors of #ffb72d

#ffb72d #deff2d #ff4e2d

Monochromatic Colors of #ffb72d

#ffb72d

Complementary Color

#ffb72d #2d75ff

#ffb72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb72d Color CSS Codes

.mybgcolor {background-color:#ffb72d; } 
.myforecolor {color:#ffb72d; }
.mybordercolor {border:3px solid #ffb72d; }

#ffb72d Text Font Color

<p style="color:#ffb72d">Text here</p>

This sample text font color is #ffb72d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffb72d Background Color

<div style="background-color:#ffb72d">
Div content here</div>

This div background color is #ffb72d


#ffb72d Border Color

<div style="border:3px solid #ffb72d">
Div here</div>

This div border color is #ffb72d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,183,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb72d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb72d;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb72d;
  box-shadow:         1px 1px 3px 2px #ffb72d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,183,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffb72d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb72d;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb72d;
  box-shadow:         1px 1px 3px 2px #ffb72d;">
Div content here</div>

This div box has shadow with color #ffb72d

#ffb72d Color Palettes


Comments

No comments written yet.

Please login to write comment.