Html Css Color HEX #F5C446 Cream Can

📋 copy color: '#F5C446'

red 245 ◦ green 196 ◦ blue 70

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

Shades of Cream Can #F5C446

Tints of Cream Can #F5C446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.7%

R = 47.95%
G = 38.36%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5C446 (or 0xF5C446) is known color: Cream Can. HEX triplet: F5, C4 and 46. RGB value is (245,196,70). Sum of RGB (Red+Green+Blue) = 245+196+70=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C446 is #0A3BB9. Grayscale: #C4C4C4. Windows color (decimal): -670650 or 4637941. OLE color: 4637941.

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

Color convert

RGB 245 196 70 -
CMYK 0 0.2 0.71 0.04
HSL 43.2º 0.9% 0.62% -
HSV(B) 43.2º 0.71% 0.96% -
XYZ 58.5 59.33 14.16 -
YUV 196.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 245 196 70 0 0.2 0.71 0.04 43.2 0.9 0.62
Hex F5 C4 46 0 14 47 4 2B 5A 3E
Octal 365 304 106 0 24 107 4 53 132 76
Binary 11110101 11000100 1000110 0 10100 1000111 100 101011 1011010 111110

Color Harmonies of #F5C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C446

Black with #F5C446

Text Example


Text Example

White with #F5C446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C446; }

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

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

background-color css

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

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

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

border-color css

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

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

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