Html Css Color HEX #F0C552 Cream Can

📋 copy color: '#F0C552'

red 240 ◦ green 197 ◦ blue 82

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

Shades of Cream Can #F0C552

Tints of Cream Can #F0C552

RGB

 RED value IS 240 (94.14% from 255) = 46.24%

 GREEN value IS 197 (77.34% from 255) = 37.96%

 BLUE value IS 82 (32.42% from 255) = 15.8%

R = 46.24%
G = 37.96%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0C552 (or 0xF0C552) is known color: Cream Can. HEX triplet: F0, C5 and 52. RGB value is (240,197,82). Sum of RGB (Red+Green+Blue) = 240+197+82=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C552 is #0F3AAD. Grayscale: #C5C5C5. Windows color (decimal): -998062 or 5424624. OLE color: 5424624.

HSL color Cylindrical-coordinate representation of color #F0C552: hue angle of 43.67º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0C552 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 82 -
CMYK 0 0.18 0.66 0.06
HSL 43.67º 0.84% 0.63% -
HSV(B) 43.67º 0.66% 0.94% -
XYZ 57.42 59.07 16.36 -
YUV 196.75 63.25 158.85 -
System Red Green Blue C M Y K H S L
Decimal 240 197 82 0 0.18 0.66 0.06 43.67 0.84 0.63
Hex F0 C5 52 0 12 42 6 2C 54 3F
Octal 360 305 122 0 22 102 6 54 124 77
Binary 11110000 11000101 1010010 0 10010 1000010 110 101100 1010100 111111

Color Harmonies of #F0C552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C552

Black with #F0C552

Text Example


Text Example

White with #F0C552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C552; }

 p { color: rgb(240,197,82); }

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

background-color css

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

 a { background-color: rgb(240,197,82); }

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

border-color css

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

 span { border-color: rgb(240,197,82); }

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