Html Css Color HEX #FFAB00 Orange

📋 copy color: '#FFAB00'

red 255 ◦ green 171 ◦ blue 0

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

Shades of Orange #FFAB00

Tints of Orange #FFAB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.86%
G = 40.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFAB00 (or 0xFFAB00) is known color: Orange. HEX triplet: FF, AB and 00. RGB value is (255,171,0). Sum of RGB (Red+Green+Blue) = 255+171+0=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAB00 is #0054FF. Grayscale: #B1B1B1. Windows color (decimal): -21760 or 44031. OLE color: 44031.

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

Color convert

RGB 255 171 0 -
CMYK 0 0.33 1 0
HSL 40.24º 1% 0.5% -
HSV(B) 40.24º 1% 1% -
XYZ 55.8 50.39 6.78 -
YUV 176.62 28.33 183.9 -
System Red Green Blue C M Y K H S L
Decimal 255 171 0 0 0.33 1 0 40.24 1 0.5
Hex FF AB 0 0 21 64 0 28 64 32
Octal 377 253 0 0 41 144 0 50 144 62
Binary 11111111 10101011 0 0 100001 1100100 0 101000 1100100 110010

Color Harmonies of #FFAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB00

Black with #FFAB00

Text Example


Text Example

White with #FFAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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