Html Css Color HEX #FFAB40 Yellow Orange

📋 copy color: '#FFAB40'

red 255 ◦ green 171 ◦ blue 64

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

Shades of Yellow Orange #FFAB40

Tints of Yellow Orange #FFAB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 52.04%
G = 34.9%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFAB40 (or 0xFFAB40) is known color: Yellow Orange. HEX triplet: FF, AB and 40. RGB value is (255,171,64). Sum of RGB (Red+Green+Blue) = 255+171+64=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB40 is #0054BF. Grayscale: #B8B8B8. Windows color (decimal): -21696 or 4238335. OLE color: 4238335.

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

Color convert

RGB 255 171 64 -
CMYK 0 0.33 0.75 0
HSL 33.61º 1% 0.63% -
HSV(B) 33.61º 0.75% 1% -
XYZ 56.73 50.76 11.66 -
YUV 183.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 255 171 64 0 0.33 0.75 0 33.61 1 0.63
Hex FF AB 40 0 21 4B 0 22 64 3F
Octal 377 253 100 0 41 113 0 42 144 77
Binary 11111111 10101011 1000000 0 100001 1001011 0 100010 1100100 111111

Color Harmonies of #FFAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB40

Black with #FFAB40

Text Example


Text Example

White with #FFAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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