Html Css Color HEX #F5C45D Cream Can

📋 copy color: '#F5C45D'

red 245 ◦ green 196 ◦ blue 93

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

Shades of Cream Can #F5C45D

Tints of Cream Can #F5C45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.42%

R = 45.88%
G = 36.7%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5C45D (or 0xF5C45D) is known color: Cream Can. HEX triplet: F5, C4 and 5D. RGB value is (245,196,93). Sum of RGB (Red+Green+Blue) = 245+196+93=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C45D is #0A3BA2. Grayscale: #C7C7C7. Windows color (decimal): -670627 or 6145269. OLE color: 6145269.

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

Color convert

RGB 245 196 93 -
CMYK 0 0.2 0.62 0.04
HSL 40.66º 0.88% 0.66% -
HSV(B) 40.66º 0.62% 0.96% -
XYZ 59.37 59.68 18.75 -
YUV 198.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 245 196 93 0 0.2 0.62 0.04 40.66 0.88 0.66
Hex F5 C4 5D 0 14 3E 4 29 58 42
Octal 365 304 135 0 24 76 4 51 130 102
Binary 11110101 11000100 1011101 0 10100 111110 100 101001 1011000 1000010

Color Harmonies of #F5C45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C45D

Black with #F5C45D

Text Example


Text Example

White with #F5C45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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