Html Css Color HEX #F2C22C Saffron

📋 copy color: '#F2C22C'

red 242 ◦ green 194 ◦ blue 44

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

Shades of Saffron #F2C22C

Tints of Saffron #F2C22C

RGB

 RED value IS 242 (94.92% from 255) = 50.42%

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

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

R = 50.42%
G = 40.42%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2C22C (or 0xF2C22C) is known color: Saffron. HEX triplet: F2, C2 and 2C. RGB value is (242,194,44). Sum of RGB (Red+Green+Blue) = 242+194+44=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C22C is #0D3DD3. Grayscale: #BFBFBF. Windows color (decimal): -867796 or 2933490. OLE color: 2933490.

HSL color Cylindrical-coordinate representation of color #F2C22C: hue angle of 45.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2C22C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 44 -
CMYK 0 0.20 0.82 0.05
HSL 45.45º 0.88% 0.56% -
HSV(B) 45.45º 0.82% 0.95% -
XYZ 56.36 57.64 10.54 -
YUV 191.25 44.9 164.2 -
System Red Green Blue C M Y K H S L
Decimal 242 194 44 0 0.20 0.82 0.05 45.45 0.88 0.56
Hex F2 C2 2C 0 14 52 5 2D 58 38
Octal 362 302 54 0 24 122 5 55 130 70
Binary 11110010 11000010 101100 0 10100 1010010 101 101101 1011000 111000

Color Harmonies of #F2C22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C22C

Black with #F2C22C

Text Example


Text Example

White with #F2C22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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