Html Css Color HEX #F5C55C Cream Can

📋 copy color: '#F5C55C'

red 245 ◦ green 197 ◦ blue 92

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

Shades of Cream Can #F5C55C

Tints of Cream Can #F5C55C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 92 (36.33% from 255) = 17.23%

R = 45.88%
G = 36.89%
B = 17.23%

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

#F5C55C (or 0xF5C55C) is known color: Cream Can. HEX triplet: F5, C5 and 5C. RGB value is (245,197,92). Sum of RGB (Red+Green+Blue) = 245+197+92=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C55C is #0A3AA3. Grayscale: #C7C7C7. Windows color (decimal): -670372 or 6079989. OLE color: 6079989.

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

Color convert

RGB 245 197 92 -
CMYK 0 0.20 0.62 0.04
HSL 41.18º 0.88% 0.66% -
HSV(B) 41.18º 0.62% 0.96% -
XYZ 59.55 60.12 18.59 -
YUV 199.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 245 197 92 0 0.20 0.62 0.04 41.18 0.88 0.66
Hex F5 C5 5C 0 14 3E 4 29 58 42
Octal 365 305 134 0 24 76 4 51 130 102
Binary 11110101 11000101 1011100 0 10100 111110 100 101001 1011000 1000010

Color Harmonies of #F5C55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C55C

Black with #F5C55C

Text Example


Text Example

White with #F5C55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C55C; }

 p { color: rgb(245,197,92); }

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

background-color css

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

 a { background-color: rgb(245,197,92); }

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

border-color css

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

 span { border-color: rgb(245,197,92); }

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