Html Css Color HEX #FFB542 Yellow Orange

📋 copy color: '#FFB542'

red 255 ◦ green 181 ◦ blue 66

#FFB542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Orange #FFB542

Tints of Yellow Orange #FFB542

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 181 (71.09% from 255) = 36.06%

 BLUE value IS 66 (26.17% from 255) = 13.15%

R = 50.8%
G = 36.06%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFB542 (or 0xFFB542) is known color: Yellow Orange. HEX triplet: FF, B5 and 42. RGB value is (255,181,66). Sum of RGB (Red+Green+Blue) = 255+181+66=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB542 is #004ABD. Grayscale: #BEBEBE. Windows color (decimal): -19134 or 4371967. OLE color: 4371967.

HSL color Cylindrical-coordinate representation of color #FFB542: hue angle of 36.51º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFB542 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 181 66 -
CMYK 0 0.29 0.74 0
HSL 36.51º 1% 0.63% -
HSV(B) 36.51º 0.74% 1% -
XYZ 58.75 54.7 12.62 -
YUV 190.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 255 181 66 0 0.29 0.74 0 36.51 1 0.63
Hex FF B5 42 0 1D 4A 0 25 64 3F
Octal 377 265 102 0 35 112 0 45 144 77
Binary 11111111 10110101 1000010 0 11101 1001010 0 100101 1100100 111111

Color Harmonies of #FFB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB542

Black with #FFB542

Text Example


Text Example

White with #FFB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB542; }

 p { color: rgb(255,181,66); }

 H1.HeaderClassName
 {
   color: #FFB542;
 }
 .AnyTagClassName
 {
   color: #FFB542;
 }
</style>

background-color css

<style>
 a { background-color: #FFB542; }

 a { background-color: rgb(255,181,66); }

 div.DivClassName
 {
   background-color: #FFB542;
 }
 .BgClassName
 {
   background-color: #FFB542;
 }
</style>

border-color css

<style>
 span { border-color: #FFB542; }

 span { border-color: rgb(255,181,66); }

 td.TdClassName
 {
   border-color: #FFB542;
 }
 .TagClassName
 {
   border-color: #FFB542;
 }
</style>