Html Css Color HEX #F5C65B Cream Can

📋 copy color: '#F5C65B'

red 245 ◦ green 198 ◦ blue 91

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

Shades of Cream Can #F5C65B

Tints of Cream Can #F5C65B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.08%

 BLUE value IS 91 (35.94% from 255) = 17.04%

R = 45.88%
G = 37.08%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5C65B (or 0xF5C65B) is known color: Cream Can. HEX triplet: F5, C6 and 5B. RGB value is (245,198,91). Sum of RGB (Red+Green+Blue) = 245+198+91=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C65B is #0A39A4. Grayscale: #C8C8C8. Windows color (decimal): -670117 or 6014709. OLE color: 6014709.

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

Color convert

RGB 245 198 91 -
CMYK 0 0.19 0.63 0.04
HSL 41.69º 0.89% 0.66% -
HSV(B) 41.69º 0.63% 0.96% -
XYZ 59.74 60.56 18.44 -
YUV 199.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 245 198 91 0 0.19 0.63 0.04 41.69 0.89 0.66
Hex F5 C6 5B 0 13 3F 4 2A 59 42
Octal 365 306 133 0 23 77 4 52 131 102
Binary 11110101 11000110 1011011 0 10011 111111 100 101010 1011001 1000010

Color Harmonies of #F5C65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C65B

Black with #F5C65B

Text Example


Text Example

White with #F5C65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C65B; }

 p { color: rgb(245,198,91); }

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

background-color css

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

 a { background-color: rgb(245,198,91); }

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

border-color css

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

 span { border-color: rgb(245,198,91); }

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