Html Css Color HEX #F5C35D Cream Can

📋 copy color: '#F5C35D'

red 245 ◦ green 195 ◦ blue 93

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

Shades of Cream Can #F5C35D

Tints of Cream Can #F5C35D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 45.97%
G = 36.59%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5C35D (or 0xF5C35D) is known color: Cream Can. HEX triplet: F5, C3 and 5D. RGB value is (245,195,93). Sum of RGB (Red+Green+Blue) = 245+195+93=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C35D is #0A3CA2. Grayscale: #C6C6C6. Windows color (decimal): -670883 or 6145013. OLE color: 6145013.

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

Color convert

RGB 245 195 93 -
CMYK 0 0.20 0.62 0.04
HSL 40.26º 0.88% 0.66% -
HSV(B) 40.26º 0.62% 0.96% -
XYZ 59.15 59.23 18.67 -
YUV 198.32 68.57 161.29 -
System Red Green Blue C M Y K H S L
Decimal 245 195 93 0 0.20 0.62 0.04 40.26 0.88 0.66
Hex F5 C3 5D 0 14 3E 4 28 58 42
Octal 365 303 135 0 24 76 4 50 130 102
Binary 11110101 11000011 1011101 0 10100 111110 100 101000 1011000 1000010

Color Harmonies of #F5C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C35D

Black with #F5C35D

Text Example


Text Example

White with #F5C35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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