Html Css Color HEX #F5C15D Cream Can

📋 copy color: '#F5C15D'

red 245 ◦ green 193 ◦ blue 93

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

Shades of Cream Can #F5C15D

Tints of Cream Can #F5C15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

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

R = 46.14%
G = 36.35%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5C15D (or 0xF5C15D) is known color: Cream Can. HEX triplet: F5, C1 and 5D. RGB value is (245,193,93). Sum of RGB (Red+Green+Blue) = 245+193+93=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C15D is #0A3EA2. Grayscale: #C5C5C5. Windows color (decimal): -671395 or 6144501. OLE color: 6144501.

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

Color convert

RGB 245 193 93 -
CMYK 0 0.21 0.62 0.04
HSL 39.47º 0.88% 0.66% -
HSV(B) 39.47º 0.62% 0.96% -
XYZ 58.7 58.34 18.52 -
YUV 197.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 245 193 93 0 0.21 0.62 0.04 39.47 0.88 0.66
Hex F5 C1 5D 0 15 3E 4 27 58 42
Octal 365 301 135 0 25 76 4 47 130 102
Binary 11110101 11000001 1011101 0 10101 111110 100 100111 1011000 1000010

Color Harmonies of #F5C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C15D

Black with #F5C15D

Text Example


Text Example

White with #F5C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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