Html Css Color HEX #F2C15F Cream Can

📋 copy color: '#F2C15F'

red 242 ◦ green 193 ◦ blue 95

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

Shades of Cream Can #F2C15F

Tints of Cream Can #F2C15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.42%

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

R = 45.66%
G = 36.42%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2C15F (or 0xF2C15F) is known color: Cream Can. HEX triplet: F2, C1 and 5F. RGB value is (242,193,95). Sum of RGB (Red+Green+Blue) = 242+193+95=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C15F is #0D3EA0. Grayscale: #C4C4C4. Windows color (decimal): -868001 or 6275570. OLE color: 6275570.

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

Color convert

RGB 242 193 95 -
CMYK 0 0.20 0.61 0.05
HSL 40º 0.85% 0.66% -
HSV(B) 40º 0.61% 0.95% -
XYZ 57.75 57.84 18.95 -
YUV 196.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 242 193 95 0 0.20 0.61 0.05 40 0.85 0.66
Hex F2 C1 5F 0 14 3D 5 28 55 42
Octal 362 301 137 0 24 75 5 50 125 102
Binary 11110010 11000001 1011111 0 10100 111101 101 101000 1010101 1000010

Color Harmonies of #F2C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C15F

Black with #F2C15F

Text Example


Text Example

White with #F2C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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