Html Css Color HEX #F0C55E Cream Can

📋 copy color: '#F0C55E'

red 240 ◦ green 197 ◦ blue 94

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

Shades of Cream Can #F0C55E

Tints of Cream Can #F0C55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 45.2%
G = 37.1%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0C55E (or 0xF0C55E) is known color: Cream Can. HEX triplet: F0, C5 and 5E. RGB value is (240,197,94). Sum of RGB (Red+Green+Blue) = 240+197+94=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C55E is #0F3AA1. Grayscale: #C6C6C6. Windows color (decimal): -998050 or 6211056. OLE color: 6211056.

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

Color convert

RGB 240 197 94 -
CMYK 0 0.18 0.61 0.06
HSL 42.33º 0.83% 0.65% -
HSV(B) 42.33º 0.61% 0.94% -
XYZ 57.92 59.27 18.98 -
YUV 198.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 240 197 94 0 0.18 0.61 0.06 42.33 0.83 0.65
Hex F0 C5 5E 0 12 3D 6 2A 53 41
Octal 360 305 136 0 22 75 6 52 123 101
Binary 11110000 11000101 1011110 0 10010 111101 110 101010 1010011 1000001

Color Harmonies of #F0C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C55E

Black with #F0C55E

Text Example


Text Example

White with #F0C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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