Html Css Color HEX #FFAB42 Yellow Orange

📋 copy color: '#FFAB42'

red 255 ◦ green 171 ◦ blue 66

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

Shades of Yellow Orange #FFAB42

Tints of Yellow Orange #FFAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 51.83%
G = 34.76%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFAB42 (or 0xFFAB42) is known color: Yellow Orange. HEX triplet: FF, AB and 42. RGB value is (255,171,66). Sum of RGB (Red+Green+Blue) = 255+171+66=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB42 is #0054BD. Grayscale: #B8B8B8. Windows color (decimal): -21694 or 4369407. OLE color: 4369407.

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

Color convert

RGB 255 171 66 -
CMYK 0 0.33 0.74 0
HSL 33.33º 1% 0.63% -
HSV(B) 33.33º 0.74% 1% -
XYZ 56.79 50.78 11.96 -
YUV 184.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 255 171 66 0 0.33 0.74 0 33.33 1 0.63
Hex FF AB 42 0 21 4A 0 21 64 3F
Octal 377 253 102 0 41 112 0 41 144 77
Binary 11111111 10101011 1000010 0 100001 1001010 0 100001 1100100 111111

Color Harmonies of #FFAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB42

Black with #FFAB42

Text Example


Text Example

White with #FFAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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