Html Css Color HEX #F6C295 Romantic

📋 copy color: '#F6C295'

red 246 ◦ green 194 ◦ blue 149

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

Shades of Romantic #F6C295

Tints of Romantic #F6C295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.3%

R = 41.77%
G = 32.94%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6C295 (or 0xF6C295) is known color: Romantic. HEX triplet: F6, C2 and 95. RGB value is (246,194,149). Sum of RGB (Red+Green+Blue) = 246+194+149=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C295 is #093D6A. Grayscale: #CCCCCC. Windows color (decimal): -605547 or 9814774. OLE color: 9814774.

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

Color convert

RGB 246 194 149 -
CMYK 0 0.21 0.39 0.04
HSL 27.84º 0.84% 0.77% -
HSV(B) 27.84º 0.39% 0.96% -
XYZ 62.72 60.35 36.78 -
YUV 204.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 246 194 149 0 0.21 0.39 0.04 27.84 0.84 0.77
Hex F6 C2 95 0 15 27 4 1C 54 4D
Octal 366 302 225 0 25 47 4 34 124 115
Binary 11110110 11000010 10010101 0 10101 100111 100 11100 1010100 1001101

Color Harmonies of #F6C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C295

Black with #F6C295

Text Example


Text Example

White with #F6C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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