Html Css Color HEX #F6BB45 Cream Can

📋 copy color: '#F6BB45'

red 246 ◦ green 187 ◦ blue 69

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

Shades of Cream Can #F6BB45

Tints of Cream Can #F6BB45

RGB

 RED value IS 246 (96.48% from 255) = 49%

 GREEN value IS 187 (73.44% from 255) = 37.25%

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

R = 49%
G = 37.25%
B = 13.75%

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

#F6BB45 (or 0xF6BB45) is known color: Cream Can. HEX triplet: F6, BB and 45. RGB value is (246,187,69). Sum of RGB (Red+Green+Blue) = 246+187+69=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6BB45 is #0944BA. Grayscale: #BFBFBF. Windows color (decimal): -607419 or 4570102. OLE color: 4570102.

HSL color Cylindrical-coordinate representation of color #F6BB45: hue angle of 40º degrees, saturation: 0.91, 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 #F6BB45 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 187 69 -
CMYK 0 0.24 0.72 0.04
HSL 40º 0.91% 0.62% -
HSV(B) 40º 0.72% 0.96% -
XYZ 56.85 55.56 13.36 -
YUV 191.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 246 187 69 0 0.24 0.72 0.04 40 0.91 0.62
Hex F6 BB 45 0 18 48 4 28 5B 3E
Octal 366 273 105 0 30 110 4 50 133 76
Binary 11110110 10111011 1000101 0 11000 1001000 100 101000 1011011 111110

Color Harmonies of #F6BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BB45

Black with #F6BB45

Text Example


Text Example

White with #F6BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BB45; }

 p { color: rgb(246,187,69); }

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

background-color css

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

 a { background-color: rgb(246,187,69); }

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

border-color css

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

 span { border-color: rgb(246,187,69); }

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