Html Css Color HEX #F9A900 Orange

📋 copy color: '#F9A900'

red 249 ◦ green 169 ◦ blue 0

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

Shades of Orange #F9A900

Tints of Orange #F9A900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

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

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9A900 (or 0xF9A900) is known color: Orange. HEX triplet: F9, A9 and 00. RGB value is (249,169,0). Sum of RGB (Red+Green+Blue) = 249+169+0=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A900 is #0656FF. Grayscale: #AEAEAE. Windows color (decimal): -415488 or 43513. OLE color: 43513.

HSL color Cylindrical-coordinate representation of color #F9A900: hue angle of 40.72º 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 #F9A900 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 169 0 -
CMYK 0 0.32 1 0.02
HSL 40.72º 1% 0.49% -
HSV(B) 40.72º 1% 0.98% -
XYZ 53.25 48.52 6.56 -
YUV 173.65 30 181.74 -
System Red Green Blue C M Y K H S L
Decimal 249 169 0 0 0.32 1 0.02 40.72 1 0.49
Hex F9 A9 0 0 20 64 2 29 64 31
Octal 371 251 0 0 40 144 2 51 144 61
Binary 11111001 10101001 0 0 100000 1100100 10 101001 1100100 110001

Color Harmonies of #F9A900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A900

Black with #F9A900

Text Example


Text Example

White with #F9A900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A900; }

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

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

background-color css

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

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

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

border-color css

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

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

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