Html Css Color HEX #F2C25E Cream Can

📋 copy color: '#F2C25E'

red 242 ◦ green 194 ◦ blue 94

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

Shades of Cream Can #F2C25E

Tints of Cream Can #F2C25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 45.66%
G = 36.6%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2C25E (or 0xF2C25E) is known color: Cream Can. HEX triplet: F2, C2 and 5E. RGB value is (242,194,94). Sum of RGB (Red+Green+Blue) = 242+194+94=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C25E is #0D3DA1. Grayscale: #C5C5C5. Windows color (decimal): -867746 or 6210290. OLE color: 6210290.

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

Color convert

RGB 242 194 94 -
CMYK 0 0.20 0.61 0.05
HSL 40.54º 0.85% 0.66% -
HSV(B) 40.54º 0.61% 0.95% -
XYZ 57.93 58.27 18.78 -
YUV 196.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 242 194 94 0 0.20 0.61 0.05 40.54 0.85 0.66
Hex F2 C2 5E 0 14 3D 5 29 55 42
Octal 362 302 136 0 24 75 5 51 125 102
Binary 11110010 11000010 1011110 0 10100 111101 101 101001 1010101 1000010

Color Harmonies of #F2C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C25E

Black with #F2C25E

Text Example


Text Example

White with #F2C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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