Html Css Color HEX #F5C449 Cream Can

📋 copy color: '#F5C449'

red 245 ◦ green 196 ◦ blue 73

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

Shades of Cream Can #F5C449

Tints of Cream Can #F5C449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.2%

R = 47.67%
G = 38.13%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5C449 (or 0xF5C449) is known color: Cream Can. HEX triplet: F5, C4 and 49. RGB value is (245,196,73). Sum of RGB (Red+Green+Blue) = 245+196+73=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C449 is #0A3BB6. Grayscale: #C5C5C5. Windows color (decimal): -670647 or 4834549. OLE color: 4834549.

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

Color convert

RGB 245 196 73 -
CMYK 0 0.2 0.70 0.04
HSL 42.91º 0.9% 0.62% -
HSV(B) 42.91º 0.7% 0.96% -
XYZ 58.6 59.37 14.68 -
YUV 196.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 245 196 73 0 0.2 0.70 0.04 42.91 0.9 0.62
Hex F5 C4 49 0 14 46 4 2B 5A 3E
Octal 365 304 111 0 24 106 4 53 132 76
Binary 11110101 11000100 1001001 0 10100 1000110 100 101011 1011010 111110

Color Harmonies of #F5C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C449

Black with #F5C449

Text Example


Text Example

White with #F5C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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