Html Css Color HEX #F6C545 Cream Can

📋 copy color: '#F6C545'

red 246 ◦ green 197 ◦ blue 69

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

Shades of Cream Can #F6C545

Tints of Cream Can #F6C545

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

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

R = 48.05%
G = 38.48%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F6C545 (or 0xF6C545) is known color: Cream Can. HEX triplet: F6, C5 and 45. RGB value is (246,197,69). Sum of RGB (Red+Green+Blue) = 246+197+69=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C545 is #093ABA. Grayscale: #C5C5C5. Windows color (decimal): -604859 or 4572662. OLE color: 4572662.

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

Color convert

RGB 246 197 69 -
CMYK 0 0.20 0.72 0.04
HSL 43.39º 0.91% 0.62% -
HSV(B) 43.39º 0.72% 0.96% -
XYZ 59.05 59.96 14.09 -
YUV 197.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 246 197 69 0 0.20 0.72 0.04 43.39 0.91 0.62
Hex F6 C5 45 0 14 48 4 2B 5B 3E
Octal 366 305 105 0 24 110 4 53 133 76
Binary 11110110 11000101 1000101 0 10100 1001000 100 101011 1011011 111110

Color Harmonies of #F6C545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C545

Black with #F6C545

Text Example


Text Example

White with #F6C545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C545; }

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

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

background-color css

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

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

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

border-color css

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

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

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