Html Css Color HEX #F9AB00 Orange

📋 copy color: '#F9AB00'

red 249 ◦ green 171 ◦ blue 0

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

Shades of Orange #F9AB00

Tints of Orange #F9AB00

RGB

 RED value IS 249 (97.66% from 255) = 59.29%

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

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

R = 59.29%
G = 40.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9AB00 (or 0xF9AB00) is known color: Orange. HEX triplet: F9, AB and 00. RGB value is (249,171,0). Sum of RGB (Red+Green+Blue) = 249+171+0=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AB00 is #0654FF. Grayscale: #AFAFAF. Windows color (decimal): -414976 or 44025. OLE color: 44025.

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

Color convert

RGB 249 171 0 -
CMYK 0 0.31 1 0.02
HSL 41.2º 1% 0.49% -
HSV(B) 41.2º 1% 0.98% -
XYZ 53.63 49.27 6.68 -
YUV 174.83 29.34 180.9 -
System Red Green Blue C M Y K H S L
Decimal 249 171 0 0 0.31 1 0.02 41.2 1 0.49
Hex F9 AB 0 0 1F 64 2 29 64 31
Octal 371 253 0 0 37 144 2 51 144 61
Binary 11111001 10101011 0 0 11111 1100100 10 101001 1100100 110001

Color Harmonies of #F9AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AB00

Black with #F9AB00

Text Example


Text Example

White with #F9AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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