Html Css Color HEX #F9C42C Saffron

📋 copy color: '#F9C42C'

red 249 ◦ green 196 ◦ blue 44

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

Shades of Saffron #F9C42C

Tints of Saffron #F9C42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

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

R = 50.92%
G = 40.08%
B = 9%

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

#F9C42C (or 0xF9C42C) is known color: Saffron. HEX triplet: F9, C4 and 2C. RGB value is (249,196,44). Sum of RGB (Red+Green+Blue) = 249+196+44=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C42C is #063BD3. Grayscale: #C3C3C3. Windows color (decimal): -408532 or 2934009. OLE color: 2934009.

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

Color convert

RGB 249 196 44 -
CMYK 0 0.21 0.82 0.02
HSL 44.49º 0.94% 0.57% -
HSV(B) 44.49º 0.82% 0.98% -
XYZ 59.26 59.8 10.8 -
YUV 194.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 249 196 44 0 0.21 0.82 0.02 44.49 0.94 0.57
Hex F9 C4 2C 0 15 52 2 2C 5E 39
Octal 371 304 54 0 25 122 2 54 136 71
Binary 11111001 11000100 101100 0 10101 1010010 10 101100 1011110 111001

Color Harmonies of #F9C42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C42C

Black with #F9C42C

Text Example


Text Example

White with #F9C42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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