Html Css Color HEX #F2C35D Cream Can

📋 copy color: '#F2C35D'

red 242 ◦ green 195 ◦ blue 93

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

Shades of Cream Can #F2C35D

Tints of Cream Can #F2C35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 45.66%
G = 36.79%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2C35D (or 0xF2C35D) is known color: Cream Can. HEX triplet: F2, C3 and 5D. RGB value is (242,195,93). Sum of RGB (Red+Green+Blue) = 242+195+93=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C35D is #0D3CA2. Grayscale: #C5C5C5. Windows color (decimal): -867491 or 6145010. OLE color: 6145010.

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

Color convert

RGB 242 195 93 -
CMYK 0 0.19 0.62 0.05
HSL 41.07º 0.85% 0.66% -
HSV(B) 41.07º 0.62% 0.95% -
XYZ 58.11 58.7 18.62 -
YUV 197.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 242 195 93 0 0.19 0.62 0.05 41.07 0.85 0.66
Hex F2 C3 5D 0 13 3E 5 29 55 42
Octal 362 303 135 0 23 76 5 51 125 102
Binary 11110010 11000011 1011101 0 10011 111110 101 101001 1010101 1000010

Color Harmonies of #F2C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C35D

Black with #F2C35D

Text Example


Text Example

White with #F2C35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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