Html Css Color HEX #F9C52C Saffron

📋 copy color: '#F9C52C'

red 249 ◦ green 197 ◦ blue 44

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

Shades of Saffron #F9C52C

Tints of Saffron #F9C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 50.82%
G = 40.2%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9C52C (or 0xF9C52C) is known color: Saffron. HEX triplet: F9, C5 and 2C. RGB value is (249,197,44). Sum of RGB (Red+Green+Blue) = 249+197+44=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C52C is #063AD3. Grayscale: #C3C3C3. Windows color (decimal): -408276 or 2934265. OLE color: 2934265.

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

Color convert

RGB 249 197 44 -
CMYK 0 0.21 0.82 0.02
HSL 44.78º 0.94% 0.57% -
HSV(B) 44.78º 0.82% 0.98% -
XYZ 59.49 60.25 10.88 -
YUV 195.11 42.73 166.44 -
System Red Green Blue C M Y K H S L
Decimal 249 197 44 0 0.21 0.82 0.02 44.78 0.94 0.57
Hex F9 C5 2C 0 15 52 2 2D 5E 39
Octal 371 305 54 0 25 122 2 55 136 71
Binary 11111001 11000101 101100 0 10101 1010010 10 101101 1011110 111001

Color Harmonies of #F9C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C52C

Black with #F9C52C

Text Example


Text Example

White with #F9C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C52C; }

 p { color: rgb(249,197,44); }

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

background-color css

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

 a { background-color: rgb(249,197,44); }

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

border-color css

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

 span { border-color: rgb(249,197,44); }

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