Html Css Color HEX #F0C15B Cream Can

📋 copy color: '#F0C15B'

red 240 ◦ green 193 ◦ blue 91

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

Shades of Cream Can #F0C15B

Tints of Cream Can #F0C15B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

 BLUE value IS 91 (35.94% from 255) = 17.37%

R = 45.8%
G = 36.83%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0C15B (or 0xF0C15B) is known color: Cream Can. HEX triplet: F0, C1 and 5B. RGB value is (240,193,91). Sum of RGB (Red+Green+Blue) = 240+193+91=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C15B is #0F3EA4. Grayscale: #C3C3C3. Windows color (decimal): -999077 or 6013424. OLE color: 6013424.

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

Color convert

RGB 240 193 91 -
CMYK 0 0.20 0.62 0.06
HSL 41.07º 0.83% 0.65% -
HSV(B) 41.07º 0.62% 0.94% -
XYZ 56.89 57.42 17.98 -
YUV 195.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 240 193 91 0 0.20 0.62 0.06 41.07 0.83 0.65
Hex F0 C1 5B 0 14 3E 6 29 53 41
Octal 360 301 133 0 24 76 6 51 123 101
Binary 11110000 11000001 1011011 0 10100 111110 110 101001 1010011 1000001

Color Harmonies of #F0C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C15B

Black with #F0C15B

Text Example


Text Example

White with #F0C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C15B; }

 p { color: rgb(240,193,91); }

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

background-color css

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

 a { background-color: rgb(240,193,91); }

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

border-color css

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

 span { border-color: rgb(240,193,91); }

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