Html Css Color HEX #F0C22C Saffron

📋 copy color: '#F0C22C'

red 240 ◦ green 194 ◦ blue 44

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

Shades of Saffron #F0C22C

Tints of Saffron #F0C22C

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

 GREEN value IS 194 (76.17% from 255) = 40.59%

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

R = 50.21%
G = 40.59%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0C22C (or 0xF0C22C) is known color: Saffron. HEX triplet: F0, C2 and 2C. RGB value is (240,194,44). Sum of RGB (Red+Green+Blue) = 240+194+44=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C22C is #0F3DD3. Grayscale: #BFBFBF. Windows color (decimal): -998868 or 2933488. OLE color: 2933488.

HSL color Cylindrical-coordinate representation of color #F0C22C: hue angle of 45.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0C22C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 44 -
CMYK 0 0.19 0.82 0.06
HSL 45.92º 0.87% 0.56% -
HSV(B) 45.92º 0.82% 0.94% -
XYZ 55.68 57.29 10.51 -
YUV 190.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 240 194 44 0 0.19 0.82 0.06 45.92 0.87 0.56
Hex F0 C2 2C 0 13 52 6 2E 57 38
Octal 360 302 54 0 23 122 6 56 127 70
Binary 11110000 11000010 101100 0 10011 1010010 110 101110 1010111 111000

Color Harmonies of #F0C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C22C

Black with #F0C22C

Text Example


Text Example

White with #F0C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C22C; }

 p { color: rgb(240,194,44); }

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

background-color css

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

 a { background-color: rgb(240,194,44); }

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

border-color css

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

 span { border-color: rgb(240,194,44); }

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