Html Css Color HEX #F0C450 Cream Can

📋 copy color: '#F0C450'

red 240 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #F0C450

Tints of Cream Can #F0C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.98%

 BLUE value IS 80 (31.64% from 255) = 15.5%

R = 46.51%
G = 37.98%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0C450 (or 0xF0C450) is known color: Cream Can. HEX triplet: F0, C4 and 50. RGB value is (240,196,80). Sum of RGB (Red+Green+Blue) = 240+196+80=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C450 is #0F3BAF. Grayscale: #C4C4C4. Windows color (decimal): -998320 or 5293296. OLE color: 5293296.

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

Color convert

RGB 240 196 80 -
CMYK 0 0.18 0.67 0.06
HSL 43.5º 0.84% 0.63% -
HSV(B) 43.5º 0.67% 0.94% -
XYZ 57.12 58.58 15.89 -
YUV 195.93 62.58 159.43 -
System Red Green Blue C M Y K H S L
Decimal 240 196 80 0 0.18 0.67 0.06 43.5 0.84 0.63
Hex F0 C4 50 0 12 43 6 2C 54 3F
Octal 360 304 120 0 22 103 6 54 124 77
Binary 11110000 11000100 1010000 0 10010 1000011 110 101100 1010100 111111

Color Harmonies of #F0C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C450

Black with #F0C450

Text Example


Text Example

White with #F0C450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C450; }

 p { color: rgb(240,196,80); }

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

background-color css

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

 a { background-color: rgb(240,196,80); }

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

border-color css

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

 span { border-color: rgb(240,196,80); }

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