Html Css Color HEX #FFB042 Yellow Orange

📋 copy color: '#FFB042'

red 255 ◦ green 176 ◦ blue 66

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

Shades of Yellow Orange #FFB042

Tints of Yellow Orange #FFB042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 51.31%
G = 35.41%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFB042 (or 0xFFB042) is known color: Yellow Orange. HEX triplet: FF, B0 and 42. RGB value is (255,176,66). Sum of RGB (Red+Green+Blue) = 255+176+66=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB042 is #004FBD. Grayscale: #BBBBBB. Windows color (decimal): -20414 or 4370687. OLE color: 4370687.

HSL color Cylindrical-coordinate representation of color #FFB042: hue angle of 34.92º 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 #FFB042 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 66 -
CMYK 0 0.31 0.74 0
HSL 34.92º 1% 0.63% -
HSV(B) 34.92º 0.74% 1% -
XYZ 57.75 52.7 12.28 -
YUV 187.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 255 176 66 0 0.31 0.74 0 34.92 1 0.63
Hex FF B0 42 0 1F 4A 0 23 64 3F
Octal 377 260 102 0 37 112 0 43 144 77
Binary 11111111 10110000 1000010 0 11111 1001010 0 100011 1100100 111111

Color Harmonies of #FFB042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB042

Black with #FFB042

Text Example


Text Example

White with #FFB042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB042; }

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

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

background-color css

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

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

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

border-color css

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

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

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