Html Css Color HEX #F5BC46 Cream Can

📋 copy color: '#F5BC46'

red 245 ◦ green 188 ◦ blue 70

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

Shades of Cream Can #F5BC46

Tints of Cream Can #F5BC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.92%

R = 48.71%
G = 37.38%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F5BC46 (or 0xF5BC46) is known color: Cream Can. HEX triplet: F5, BC and 46. RGB value is (245,188,70). Sum of RGB (Red+Green+Blue) = 245+188+70=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BC46 is #0A43B9. Grayscale: #C0C0C0. Windows color (decimal): -672698 or 4635893. OLE color: 4635893.

HSL color Cylindrical-coordinate representation of color #F5BC46: hue angle of 40.46º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5BC46 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 70 -
CMYK 0 0.23 0.71 0.04
HSL 40.46º 0.9% 0.62% -
HSV(B) 40.46º 0.71% 0.96% -
XYZ 56.74 55.82 13.58 -
YUV 191.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 245 188 70 0 0.23 0.71 0.04 40.46 0.9 0.62
Hex F5 BC 46 0 17 47 4 28 5A 3E
Octal 365 274 106 0 27 107 4 50 132 76
Binary 11110101 10111100 1000110 0 10111 1000111 100 101000 1011010 111110

Color Harmonies of #F5BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BC46

Black with #F5BC46

Text Example


Text Example

White with #F5BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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