Html Css Color HEX #F5C260 Cream Can

📋 copy color: '#F5C260'

red 245 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #F5C260

Tints of Cream Can #F5C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

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

R = 45.79%
G = 36.26%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5C260 (or 0xF5C260) is known color: Cream Can. HEX triplet: F5, C2 and 60. RGB value is (245,194,96). Sum of RGB (Red+Green+Blue) = 245+194+96=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C260 is #0A3D9F. Grayscale: #C6C6C6. Windows color (decimal): -671136 or 6341365. OLE color: 6341365.

HSL color Cylindrical-coordinate representation of color #F5C260: hue angle of 39.46º 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 #F5C260 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 194 96 -
CMYK 0 0.21 0.61 0.04
HSL 39.46º 0.88% 0.67% -
HSV(B) 39.46º 0.61% 0.96% -
XYZ 59.06 58.84 19.31 -
YUV 198.08 70.4 161.47 -
System Red Green Blue C M Y K H S L
Decimal 245 194 96 0 0.21 0.61 0.04 39.46 0.88 0.67
Hex F5 C2 60 0 15 3D 4 27 58 43
Octal 365 302 140 0 25 75 4 47 130 103
Binary 11110101 11000010 1100000 0 10101 111101 100 100111 1011000 1000011

Color Harmonies of #F5C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C260

Black with #F5C260

Text Example


Text Example

White with #F5C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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