Html Css Color HEX #F6C550 Cream Can

📋 copy color: '#F6C550'

red 246 ◦ green 197 ◦ blue 80

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

Shades of Cream Can #F6C550

Tints of Cream Can #F6C550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 47.04%
G = 37.67%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6C550 (or 0xF6C550) is known color: Cream Can. HEX triplet: F6, C5 and 50. RGB value is (246,197,80). Sum of RGB (Red+Green+Blue) = 246+197+80=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C550 is #093AAF. Grayscale: #C6C6C6. Windows color (decimal): -604848 or 5293558. OLE color: 5293558.

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

Color convert

RGB 246 197 80 -
CMYK 0 0.20 0.67 0.04
HSL 42.29º 0.9% 0.64% -
HSV(B) 42.29º 0.67% 0.96% -
XYZ 59.42 60.1 16.06 -
YUV 198.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 246 197 80 0 0.20 0.67 0.04 42.29 0.9 0.64
Hex F6 C5 50 0 14 43 4 2A 5A 40
Octal 366 305 120 0 24 103 4 52 132 100
Binary 11110110 11000101 1010000 0 10100 1000011 100 101010 1011010 1000000

Color Harmonies of #F6C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C550

Black with #F6C550

Text Example


Text Example

White with #F6C550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C550; }

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

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

background-color css

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

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

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

border-color css

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

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

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