Html Css Color HEX #F2C15C Cream Can

📋 copy color: '#F2C15C'

red 242 ◦ green 193 ◦ blue 92

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

Shades of Cream Can #F2C15C

Tints of Cream Can #F2C15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.46%

R = 45.92%
G = 36.62%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2C15C (or 0xF2C15C) is known color: Cream Can. HEX triplet: F2, C1 and 5C. RGB value is (242,193,92). Sum of RGB (Red+Green+Blue) = 242+193+92=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C15C is #0D3EA3. Grayscale: #C4C4C4. Windows color (decimal): -868004 or 6078962. OLE color: 6078962.

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

Color convert

RGB 242 193 92 -
CMYK 0 0.20 0.62 0.05
HSL 40.4º 0.85% 0.65% -
HSV(B) 40.4º 0.62% 0.95% -
XYZ 57.62 57.79 18.24 -
YUV 196.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 242 193 92 0 0.20 0.62 0.05 40.4 0.85 0.65
Hex F2 C1 5C 0 14 3E 5 28 55 41
Octal 362 301 134 0 24 76 5 50 125 101
Binary 11110010 11000001 1011100 0 10100 111110 101 101000 1010101 1000001

Color Harmonies of #F2C15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C15C

Black with #F2C15C

Text Example


Text Example

White with #F2C15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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