Html Css Color HEX #F5BA4D Cream Can

📋 copy color: '#F5BA4D'

red 245 ◦ green 186 ◦ blue 77

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

Shades of Cream Can #F5BA4D

Tints of Cream Can #F5BA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.61%

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 48.23%
G = 36.61%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5BA4D (or 0xF5BA4D) is known color: Cream Can. HEX triplet: F5, BA and 4D. RGB value is (245,186,77). Sum of RGB (Red+Green+Blue) = 245+186+77=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA4D is #0A45B2. Grayscale: #BFBFBF. Windows color (decimal): -673203 or 5094133. OLE color: 5094133.

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

Color convert

RGB 245 186 77 -
CMYK 0 0.24 0.69 0.04
HSL 38.93º 0.89% 0.63% -
HSV(B) 38.93º 0.69% 0.96% -
XYZ 56.55 55.07 14.67 -
YUV 191.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 245 186 77 0 0.24 0.69 0.04 38.93 0.89 0.63
Hex F5 BA 4D 0 18 45 4 27 59 3F
Octal 365 272 115 0 30 105 4 47 131 77
Binary 11110101 10111010 1001101 0 11000 1000101 100 100111 1011001 111111

Color Harmonies of #F5BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA4D

Black with #F5BA4D

Text Example


Text Example

White with #F5BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA4D; }

 p { color: rgb(245,186,77); }

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

background-color css

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

 a { background-color: rgb(245,186,77); }

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

border-color css

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

 span { border-color: rgb(245,186,77); }

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