Html Css Color HEX #F6C250 Cream Can

📋 copy color: '#F6C250'

red 246 ◦ green 194 ◦ blue 80

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

Shades of Cream Can #F6C250

Tints of Cream Can #F6C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 47.31%
G = 37.31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6C250 (or 0xF6C250) is known color: Cream Can. HEX triplet: F6, C2 and 50. RGB value is (246,194,80). Sum of RGB (Red+Green+Blue) = 246+194+80=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C250 is #093DAF. Grayscale: #C5C5C5. Windows color (decimal): -605616 or 5292790. OLE color: 5292790.

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

Color convert

RGB 246 194 80 -
CMYK 0 0.21 0.67 0.04
HSL 41.2º 0.9% 0.64% -
HSV(B) 41.2º 0.67% 0.96% -
XYZ 58.75 58.76 15.83 -
YUV 196.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 246 194 80 0 0.21 0.67 0.04 41.2 0.9 0.64
Hex F6 C2 50 0 15 43 4 29 5A 40
Octal 366 302 120 0 25 103 4 51 132 100
Binary 11110110 11000010 1010000 0 10101 1000011 100 101001 1011010 1000000

Color Harmonies of #F6C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C250

Black with #F6C250

Text Example


Text Example

White with #F6C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C250; }

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

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

background-color css

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

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

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

border-color css

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

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

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