Html Css Color HEX #F0C858 Cream Can

📋 copy color: '#F0C858'

red 240 ◦ green 200 ◦ blue 88

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

Shades of Cream Can #F0C858

Tints of Cream Can #F0C858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.88%

 BLUE value IS 88 (34.77% from 255) = 16.67%

R = 45.45%
G = 37.88%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0C858 (or 0xF0C858) is known color: Cream Can. HEX triplet: F0, C8 and 58. RGB value is (240,200,88). Sum of RGB (Red+Green+Blue) = 240+200+88=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C858 is #0F37A7. Grayscale: #C7C7C7. Windows color (decimal): -997288 or 5818608. OLE color: 5818608.

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

Color convert

RGB 240 200 88 -
CMYK 0 0.17 0.63 0.06
HSL 44.21º 0.84% 0.64% -
HSV(B) 44.21º 0.63% 0.94% -
XYZ 58.35 60.54 17.84 -
YUV 199.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 240 200 88 0 0.17 0.63 0.06 44.21 0.84 0.64
Hex F0 C8 58 0 11 3F 6 2C 54 40
Octal 360 310 130 0 21 77 6 54 124 100
Binary 11110000 11001000 1011000 0 10001 111111 110 101100 1010100 1000000

Color Harmonies of #F0C858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C858

Black with #F0C858

Text Example


Text Example

White with #F0C858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C858; }

 p { color: rgb(240,200,88); }

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

background-color css

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

 a { background-color: rgb(240,200,88); }

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

border-color css

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

 span { border-color: rgb(240,200,88); }

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