Html Css Color HEX #F2C45F Cream Can

📋 copy color: '#F2C45F'

red 242 ◦ green 196 ◦ blue 95

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

Shades of Cream Can #F2C45F

Tints of Cream Can #F2C45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 45.4%
G = 36.77%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2C45F (or 0xF2C45F) is known color: Cream Can. HEX triplet: F2, C4 and 5F. RGB value is (242,196,95). Sum of RGB (Red+Green+Blue) = 242+196+95=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C45F is #0D3BA0. Grayscale: #C6C6C6. Windows color (decimal): -867233 or 6276338. OLE color: 6276338.

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

Color convert

RGB 242 196 95 -
CMYK 0 0.19 0.61 0.05
HSL 41.22º 0.85% 0.66% -
HSV(B) 41.22º 0.61% 0.95% -
XYZ 58.42 59.18 19.17 -
YUV 198.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 242 196 95 0 0.19 0.61 0.05 41.22 0.85 0.66
Hex F2 C4 5F 0 13 3D 5 29 55 42
Octal 362 304 137 0 23 75 5 51 125 102
Binary 11110010 11000100 1011111 0 10011 111101 101 101001 1010101 1000010

Color Harmonies of #F2C45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C45F

Black with #F2C45F

Text Example


Text Example

White with #F2C45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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