Html Css Color HEX #F5C65A Cream Can

📋 copy color: '#F5C65A'

red 245 ◦ green 198 ◦ blue 90

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

Shades of Cream Can #F5C65A

Tints of Cream Can #F5C65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.89%

R = 45.97%
G = 37.15%
B = 16.89%

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

#F5C65A (or 0xF5C65A) is known color: Cream Can. HEX triplet: F5, C6 and 5A. RGB value is (245,198,90). Sum of RGB (Red+Green+Blue) = 245+198+90=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C65A is #0A39A5. Grayscale: #C8C8C8. Windows color (decimal): -670118 or 5949173. OLE color: 5949173.

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

Color convert

RGB 245 198 90 -
CMYK 0 0.19 0.63 0.04
HSL 41.81º 0.89% 0.66% -
HSV(B) 41.81º 0.63% 0.96% -
XYZ 59.7 60.54 18.21 -
YUV 199.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 245 198 90 0 0.19 0.63 0.04 41.81 0.89 0.66
Hex F5 C6 5A 0 13 3F 4 2A 59 42
Octal 365 306 132 0 23 77 4 52 131 102
Binary 11110101 11000110 1011010 0 10011 111111 100 101010 1011001 1000010

Color Harmonies of #F5C65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C65A

Black with #F5C65A

Text Example


Text Example

White with #F5C65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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