Html Css Color HEX #F5C460 Cream Can

📋 copy color: '#F5C460'

red 245 ◦ green 196 ◦ blue 96

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

Shades of Cream Can #F5C460

Tints of Cream Can #F5C460

RGB

 RED value IS 245 (96.09% from 255) = 45.62%

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

 BLUE value IS 96 (37.89% from 255) = 17.88%

R = 45.62%
G = 36.5%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5C460 (or 0xF5C460) is known color: Cream Can. HEX triplet: F5, C4 and 60. RGB value is (245,196,96). Sum of RGB (Red+Green+Blue) = 245+196+96=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C460 is #0A3B9F. Grayscale: #C7C7C7. Windows color (decimal): -670624 or 6341877. OLE color: 6341877.

HSL color Cylindrical-coordinate representation of color #F5C460: hue angle of 40.27º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5C460 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 196 96 -
CMYK 0 0.2 0.61 0.04
HSL 40.27º 0.88% 0.67% -
HSV(B) 40.27º 0.61% 0.96% -
XYZ 59.51 59.74 19.46 -
YUV 199.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 245 196 96 0 0.2 0.61 0.04 40.27 0.88 0.67
Hex F5 C4 60 0 14 3D 4 28 58 43
Octal 365 304 140 0 24 75 4 50 130 103
Binary 11110101 11000100 1100000 0 10100 111101 100 101000 1011000 1000011

Color Harmonies of #F5C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C460

Black with #F5C460

Text Example


Text Example

White with #F5C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C460; }

 p { color: rgb(245,196,96); }

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

background-color css

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

 a { background-color: rgb(245,196,96); }

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

border-color css

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

 span { border-color: rgb(245,196,96); }

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