Html Css Color HEX #F9AF01 Orange

📋 copy color: '#F9AF01'

red 249 ◦ green 175 ◦ blue 1

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

Shades of Orange #F9AF01

Tints of Orange #F9AF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

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

R = 58.59%
G = 41.18%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F9AF01 (or 0xF9AF01) is known color: Orange. HEX triplet: F9, AF and 01. RGB value is (249,175,1). Sum of RGB (Red+Green+Blue) = 249+175+1=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF01 is #0650FE. Grayscale: #B2B2B2. Windows color (decimal): -413951 or 110585. OLE color: 110585.

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

Color convert

RGB 249 175 1 -
CMYK 0 0.30 1.00 0.02
HSL 42.1º 0.99% 0.49% -
HSV(B) 42.1º 1% 0.98% -
XYZ 54.4 50.8 6.97 -
YUV 177.29 28.52 179.15 -
System Red Green Blue C M Y K H S L
Decimal 249 175 1 0 0.30 1.00 0.02 42.1 0.99 0.49
Hex F9 AF 1 0 1E 64 2 2A 63 31
Octal 371 257 1 0 36 144 2 52 143 61
Binary 11111001 10101111 1 0 11110 1100100 10 101010 1100011 110001

Color Harmonies of #F9AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF01

Black with #F9AF01

Text Example


Text Example

White with #F9AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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