Html Css Color HEX #F2C34F Cream Can

📋 copy color: '#F2C34F'

red 242 ◦ green 195 ◦ blue 79

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

Shades of Cream Can #F2C34F

Tints of Cream Can #F2C34F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.79%

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

R = 46.9%
G = 37.79%
B = 15.31%

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

#F2C34F (or 0xF2C34F) is known color: Cream Can. HEX triplet: F2, C3 and 4F. RGB value is (242,195,79). Sum of RGB (Red+Green+Blue) = 242+195+79=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C34F is #0D3CB0. Grayscale: #C4C4C4. Windows color (decimal): -867505 or 5227506. OLE color: 5227506.

HSL color Cylindrical-coordinate representation of color #F2C34F: hue angle of 42.7º 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 #F2C34F is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 195 79 -
CMYK 0 0.19 0.67 0.05
HSL 42.7º 0.86% 0.63% -
HSV(B) 42.7º 0.67% 0.95% -
XYZ 57.54 58.47 15.65 -
YUV 195.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 242 195 79 0 0.19 0.67 0.05 42.7 0.86 0.63
Hex F2 C3 4F 0 13 43 5 2B 56 3F
Octal 362 303 117 0 23 103 5 53 126 77
Binary 11110010 11000011 1001111 0 10011 1000011 101 101011 1010110 111111

Color Harmonies of #F2C34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C34F

Black with #F2C34F

Text Example


Text Example

White with #F2C34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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