Html Css Color HEX #F2C44F Cream Can

📋 copy color: '#F2C44F'

red 242 ◦ green 196 ◦ blue 79

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

Shades of Cream Can #F2C44F

Tints of Cream Can #F2C44F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

 BLUE value IS 79 (31.25% from 255) = 15.28%

R = 46.81%
G = 37.91%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2C44F (or 0xF2C44F) is known color: Cream Can. HEX triplet: F2, C4 and 4F. RGB value is (242,196,79). Sum of RGB (Red+Green+Blue) = 242+196+79=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C44F is #0D3BB0. Grayscale: #C4C4C4. Windows color (decimal): -867249 or 5227762. OLE color: 5227762.

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

Color convert

RGB 242 196 79 -
CMYK 0 0.19 0.67 0.05
HSL 43.07º 0.86% 0.63% -
HSV(B) 43.07º 0.67% 0.95% -
XYZ 57.77 58.92 15.73 -
YUV 196.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 242 196 79 0 0.19 0.67 0.05 43.07 0.86 0.63
Hex F2 C4 4F 0 13 43 5 2B 56 3F
Octal 362 304 117 0 23 103 5 53 126 77
Binary 11110010 11000100 1001111 0 10011 1000011 101 101011 1010110 111111

Color Harmonies of #F2C44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C44F

Black with #F2C44F

Text Example


Text Example

White with #F2C44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C44F; }

 p { color: rgb(242,196,79); }

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

background-color css

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

 a { background-color: rgb(242,196,79); }

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

border-color css

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

 span { border-color: rgb(242,196,79); }

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