Html Css Color HEX #F6C358 Cream Can

📋 copy color: '#F6C358'

red 246 ◦ green 195 ◦ blue 88

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

Shades of Cream Can #F6C358

Tints of Cream Can #F6C358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

 BLUE value IS 88 (34.77% from 255) = 16.64%

R = 46.5%
G = 36.86%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F6C358 (or 0xF6C358) is known color: Cream Can. HEX triplet: F6, C3 and 58. RGB value is (246,195,88). Sum of RGB (Red+Green+Blue) = 246+195+88=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C358 is #093CA7. Grayscale: #C6C6C6. Windows color (decimal): -605352 or 5817334. OLE color: 5817334.

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

Color convert

RGB 246 195 88 -
CMYK 0 0.21 0.64 0.04
HSL 40.63º 0.9% 0.65% -
HSV(B) 40.63º 0.64% 0.96% -
XYZ 59.28 59.33 17.56 -
YUV 198.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 246 195 88 0 0.21 0.64 0.04 40.63 0.9 0.65
Hex F6 C3 58 0 15 40 4 29 5A 41
Octal 366 303 130 0 25 100 4 51 132 101
Binary 11110110 11000011 1011000 0 10101 1000000 100 101001 1011010 1000001

Color Harmonies of #F6C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C358

Black with #F6C358

Text Example


Text Example

White with #F6C358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C358; }

 p { color: rgb(246,195,88); }

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

background-color css

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

 a { background-color: rgb(246,195,88); }

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

border-color css

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

 span { border-color: rgb(246,195,88); }

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