Html Css Color HEX #F0C22D Saffron

📋 copy color: '#F0C22D'

red 240 ◦ green 194 ◦ blue 45

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

Shades of Saffron #F0C22D

Tints of Saffron #F0C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.39%

R = 50.1%
G = 40.5%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0C22D (or 0xF0C22D) is known color: Saffron. HEX triplet: F0, C2 and 2D. RGB value is (240,194,45). Sum of RGB (Red+Green+Blue) = 240+194+45=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C22D is #0F3DD2. Grayscale: #BFBFBF. Windows color (decimal): -998867 or 2999024. OLE color: 2999024.

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

Color convert

RGB 240 194 45 -
CMYK 0 0.19 0.81 0.06
HSL 45.85º 0.87% 0.56% -
HSV(B) 45.85º 0.81% 0.94% -
XYZ 55.7 57.3 10.61 -
YUV 190.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 240 194 45 0 0.19 0.81 0.06 45.85 0.87 0.56
Hex F0 C2 2D 0 13 51 6 2E 57 38
Octal 360 302 55 0 23 121 6 56 127 70
Binary 11110000 11000010 101101 0 10011 1010001 110 101110 1010111 111000

Color Harmonies of #F0C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C22D

Black with #F0C22D

Text Example


Text Example

White with #F0C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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