Html Css Color HEX #F5BC4D Cream Can

📋 copy color: '#F5BC4D'

red 245 ◦ green 188 ◦ blue 77

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

Shades of Cream Can #F5BC4D

Tints of Cream Can #F5BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

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

R = 48.04%
G = 36.86%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5BC4D (or 0xF5BC4D) is known color: Cream Can. HEX triplet: F5, BC and 4D. RGB value is (245,188,77). Sum of RGB (Red+Green+Blue) = 245+188+77=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC4D is #0A43B2. Grayscale: #C0C0C0. Windows color (decimal): -672691 or 5094645. OLE color: 5094645.

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

Color convert

RGB 245 188 77 -
CMYK 0 0.23 0.69 0.04
HSL 39.64º 0.89% 0.63% -
HSV(B) 39.64º 0.69% 0.96% -
XYZ 56.98 55.91 14.81 -
YUV 192.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 245 188 77 0 0.23 0.69 0.04 39.64 0.89 0.63
Hex F5 BC 4D 0 17 45 4 28 59 3F
Octal 365 274 115 0 27 105 4 50 131 77
Binary 11110101 10111100 1001101 0 10111 1000101 100 101000 1011001 111111

Color Harmonies of #F5BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC4D

Black with #F5BC4D

Text Example


Text Example

White with #F5BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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