Html Css Color HEX #F2C257 Cream Can

📋 copy color: '#F2C257'

red 242 ◦ green 194 ◦ blue 87

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

Shades of Cream Can #F2C257

Tints of Cream Can #F2C257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.09%

 BLUE value IS 87 (34.38% from 255) = 16.63%

R = 46.27%
G = 37.09%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2C257 (or 0xF2C257) is known color: Cream Can. HEX triplet: F2, C2 and 57. RGB value is (242,194,87). Sum of RGB (Red+Green+Blue) = 242+194+87=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C257 is #0D3DA8. Grayscale: #C4C4C4. Windows color (decimal): -867753 or 5751538. OLE color: 5751538.

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

Color convert

RGB 242 194 87 -
CMYK 0 0.20 0.64 0.05
HSL 41.42º 0.86% 0.65% -
HSV(B) 41.42º 0.64% 0.95% -
XYZ 57.63 58.15 17.2 -
YUV 196.15 66.4 160.7 -
System Red Green Blue C M Y K H S L
Decimal 242 194 87 0 0.20 0.64 0.05 41.42 0.86 0.65
Hex F2 C2 57 0 14 40 5 29 56 41
Octal 362 302 127 0 24 100 5 51 126 101
Binary 11110010 11000010 1010111 0 10100 1000000 101 101001 1010110 1000001

Color Harmonies of #F2C257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C257

Black with #F2C257

Text Example


Text Example

White with #F2C257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C257; }

 p { color: rgb(242,194,87); }

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

background-color css

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

 a { background-color: rgb(242,194,87); }

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

border-color css

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

 span { border-color: rgb(242,194,87); }

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