Html Css Color HEX #F2C24D Cream Can

📋 copy color: '#F2C24D'

red 242 ◦ green 194 ◦ blue 77

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

Shades of Cream Can #F2C24D

Tints of Cream Can #F2C24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 47.17%
G = 37.82%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2C24D (or 0xF2C24D) is known color: Cream Can. HEX triplet: F2, C2 and 4D. RGB value is (242,194,77). Sum of RGB (Red+Green+Blue) = 242+194+77=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C24D is #0D3DB2. Grayscale: #C3C3C3. Windows color (decimal): -867763 or 5096178. OLE color: 5096178.

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

Color convert

RGB 242 194 77 -
CMYK 0 0.20 0.68 0.05
HSL 42.55º 0.86% 0.63% -
HSV(B) 42.55º 0.68% 0.95% -
XYZ 57.25 58 15.2 -
YUV 195.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 242 194 77 0 0.20 0.68 0.05 42.55 0.86 0.63
Hex F2 C2 4D 0 14 44 5 2B 56 3F
Octal 362 302 115 0 24 104 5 53 126 77
Binary 11110010 11000010 1001101 0 10100 1000100 101 101011 1010110 111111

Color Harmonies of #F2C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C24D

Black with #F2C24D

Text Example


Text Example

White with #F2C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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