Html Css Color HEX #F9A401 Orange

📋 copy color: '#F9A401'

red 249 ◦ green 164 ◦ blue 1

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

Shades of Orange #F9A401

Tints of Orange #F9A401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

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

R = 60.14%
G = 39.61%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9A401 (or 0xF9A401) is known color: Orange. HEX triplet: F9, A4 and 01. RGB value is (249,164,1). Sum of RGB (Red+Green+Blue) = 249+164+1=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A401 is #065BFE. Grayscale: #ABABAB. Windows color (decimal): -416767 or 107769. OLE color: 107769.

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

Color convert

RGB 249 164 1 -
CMYK 0 0.34 1.00 0.02
HSL 39.44º 0.99% 0.49% -
HSV(B) 39.44º 1% 0.98% -
XYZ 52.35 46.69 6.28 -
YUV 170.83 32.16 183.75 -
System Red Green Blue C M Y K H S L
Decimal 249 164 1 0 0.34 1.00 0.02 39.44 0.99 0.49
Hex F9 A4 1 0 22 64 2 27 63 31
Octal 371 244 1 0 42 144 2 47 143 61
Binary 11111001 10100100 1 0 100010 1100100 10 100111 1100011 110001

Color Harmonies of #F9A401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A401

Black with #F9A401

Text Example


Text Example

White with #F9A401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A401; }

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

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

background-color css

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

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

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

border-color css

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

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

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