Html Css Color HEX #F9AF3C Yellow Orange

📋 copy color: '#F9AF3C'

red 249 ◦ green 175 ◦ blue 60

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

Shades of Yellow Orange #F9AF3C

Tints of Yellow Orange #F9AF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.4%

R = 51.45%
G = 36.16%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F9AF3C (or 0xF9AF3C) is known color: Yellow Orange. HEX triplet: F9, AF and 3C. RGB value is (249,175,60). Sum of RGB (Red+Green+Blue) = 249+175+60=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF3C is #0650C3. Grayscale: #B8B8B8. Windows color (decimal): -413892 or 3977209. OLE color: 3977209.

HSL color Cylindrical-coordinate representation of color #F9AF3C: hue angle of 36.51º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9AF3C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 60 -
CMYK 0 0.30 0.76 0.02
HSL 36.51º 0.94% 0.61% -
HSV(B) 36.51º 0.76% 0.98% -
XYZ 55.21 51.13 11.23 -
YUV 184.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 249 175 60 0 0.30 0.76 0.02 36.51 0.94 0.61
Hex F9 AF 3C 0 1E 4C 2 25 5E 3D
Octal 371 257 74 0 36 114 2 45 136 75
Binary 11111001 10101111 111100 0 11110 1001100 10 100101 1011110 111101

Color Harmonies of #F9AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF3C

Black with #F9AF3C

Text Example


Text Example

White with #F9AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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