Html Css Color HEX #F6C798 Peach-Orange

📋 copy color: '#F6C798'

red 246 ◦ green 199 ◦ blue 152

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

Shades of Peach-Orange #F6C798

Tints of Peach-Orange #F6C798

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 25.46%

R = 41.21%
G = 33.33%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F6C798 (or 0xF6C798) is known color: Peach-Orange. HEX triplet: F6, C7 and 98. RGB value is (246,199,152). Sum of RGB (Red+Green+Blue) = 246+199+152=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C798 is #093867. Grayscale: #CFCFCF. Windows color (decimal): -604264 or 10012662. OLE color: 10012662.

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

Color convert

RGB 246 199 152 -
CMYK 0 0.19 0.38 0.04
HSL 30º 0.84% 0.78% -
HSV(B) 30º 0.38% 0.96% -
XYZ 64.1 62.71 38.43 -
YUV 207.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 246 199 152 0 0.19 0.38 0.04 30 0.84 0.78
Hex F6 C7 98 0 13 26 4 1E 54 4E
Octal 366 307 230 0 23 46 4 36 124 116
Binary 11110110 11000111 10011000 0 10011 100110 100 11110 1010100 1001110

Color Harmonies of #F6C798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C798

Black with #F6C798

Text Example


Text Example

White with #F6C798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C798; }

 p { color: rgb(246,199,152); }

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

background-color css

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

 a { background-color: rgb(246,199,152); }

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

border-color css

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

 span { border-color: rgb(246,199,152); }

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