Html Css Color HEX #F5BA45 Cream Can

📋 copy color: '#F5BA45'

red 245 ◦ green 186 ◦ blue 69

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

Shades of Cream Can #F5BA45

Tints of Cream Can #F5BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.8%

R = 49%
G = 37.2%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F5BA45 (or 0xF5BA45) is known color: Cream Can. HEX triplet: F5, BA and 45. RGB value is (245,186,69). Sum of RGB (Red+Green+Blue) = 245+186+69=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA45 is #0A45BA. Grayscale: #BEBEBE. Windows color (decimal): -673211 or 4569845. OLE color: 4569845.

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

Color convert

RGB 245 186 69 -
CMYK 0 0.24 0.72 0.04
HSL 39.89º 0.9% 0.62% -
HSV(B) 39.89º 0.72% 0.96% -
XYZ 56.29 54.96 13.27 -
YUV 190.3 59.55 167.01 -
System Red Green Blue C M Y K H S L
Decimal 245 186 69 0 0.24 0.72 0.04 39.89 0.9 0.62
Hex F5 BA 45 0 18 48 4 28 5A 3E
Octal 365 272 105 0 30 110 4 50 132 76
Binary 11110101 10111010 1000101 0 11000 1001000 100 101000 1011010 111110

Color Harmonies of #F5BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA45

Black with #F5BA45

Text Example


Text Example

White with #F5BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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