Html Css Color HEX #F2C22E Saffron

📋 copy color: '#F2C22E'

red 242 ◦ green 194 ◦ blue 46

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

Shades of Saffron #F2C22E

Tints of Saffron #F2C22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.54%

R = 50.21%
G = 40.25%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2C22E (or 0xF2C22E) is known color: Saffron. HEX triplet: F2, C2 and 2E. RGB value is (242,194,46). Sum of RGB (Red+Green+Blue) = 242+194+46=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C22E is #0D3DD1. Grayscale: #C0C0C0. Windows color (decimal): -867794 or 3064562. OLE color: 3064562.

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

Color convert

RGB 242 194 46 -
CMYK 0 0.20 0.81 0.05
HSL 45.31º 0.88% 0.56% -
HSV(B) 45.31º 0.81% 0.95% -
XYZ 56.4 57.66 10.74 -
YUV 191.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 242 194 46 0 0.20 0.81 0.05 45.31 0.88 0.56
Hex F2 C2 2E 0 14 51 5 2D 58 38
Octal 362 302 56 0 24 121 5 55 130 70
Binary 11110010 11000010 101110 0 10100 1010001 101 101101 1011000 111000

Color Harmonies of #F2C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C22E

Black with #F2C22E

Text Example


Text Example

White with #F2C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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