Html Css Color HEX #F0C05F Cream Can

📋 copy color: '#F0C05F'

red 240 ◦ green 192 ◦ blue 95

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

Shades of Cream Can #F0C05F

Tints of Cream Can #F0C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.43%

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 45.54%
G = 36.43%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0C05F (or 0xF0C05F) is known color: Cream Can. HEX triplet: F0, C0 and 5F. RGB value is (240,192,95). Sum of RGB (Red+Green+Blue) = 240+192+95=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C05F is #0F3FA0. Grayscale: #C3C3C3. Windows color (decimal): -999329 or 6275312. OLE color: 6275312.

HSL color Cylindrical-coordinate representation of color #F0C05F: hue angle of 40.14º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0C05F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 95 -
CMYK 0 0.20 0.60 0.06
HSL 40.14º 0.83% 0.66% -
HSV(B) 40.14º 0.6% 0.94% -
XYZ 56.85 57.05 18.84 -
YUV 195.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 240 192 95 0 0.20 0.60 0.06 40.14 0.83 0.66
Hex F0 C0 5F 0 14 3C 6 28 53 42
Octal 360 300 137 0 24 74 6 50 123 102
Binary 11110000 11000000 1011111 0 10100 111100 110 101000 1010011 1000010

Color Harmonies of #F0C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C05F

Black with #F0C05F

Text Example


Text Example

White with #F0C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C05F; }

 p { color: rgb(240,192,95); }

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

background-color css

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

 a { background-color: rgb(240,192,95); }

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

border-color css

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

 span { border-color: rgb(240,192,95); }

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