Html Css Color HEX #F9AA01 Orange

📋 copy color: '#F9AA01'

red 249 ◦ green 170 ◦ blue 1

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

Shades of Orange #F9AA01

Tints of Orange #F9AA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 59.29%
G = 40.48%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9AA01 (or 0xF9AA01) is known color: Orange. HEX triplet: F9, AA and 01. RGB value is (249,170,1). Sum of RGB (Red+Green+Blue) = 249+170+1=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AA01 is #0655FE. Grayscale: #AFAFAF. Windows color (decimal): -415231 or 109305. OLE color: 109305.

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

Color convert

RGB 249 170 1 -
CMYK 0 0.32 1.00 0.02
HSL 40.89º 0.99% 0.49% -
HSV(B) 40.89º 1% 0.98% -
XYZ 53.45 48.89 6.65 -
YUV 174.36 30.17 181.24 -
System Red Green Blue C M Y K H S L
Decimal 249 170 1 0 0.32 1.00 0.02 40.89 0.99 0.49
Hex F9 AA 1 0 20 64 2 29 63 31
Octal 371 252 1 0 40 144 2 51 143 61
Binary 11111001 10101010 1 0 100000 1100100 10 101001 1100011 110001

Color Harmonies of #F9AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AA01

Black with #F9AA01

Text Example


Text Example

White with #F9AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AA01; }

 p { color: rgb(249,170,1); }

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

background-color css

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

 a { background-color: rgb(249,170,1); }

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

border-color css

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

 span { border-color: rgb(249,170,1); }

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