Html Css Color HEX #F6C698 Peach-Orange

📋 copy color: '#F6C698'

red 246 ◦ green 198 ◦ blue 152

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

Shades of Peach-Orange #F6C698

Tints of Peach-Orange #F6C698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.22%

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

R = 41.28%
G = 33.22%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#F6C698 (or 0xF6C698) is known color: Peach-Orange. HEX triplet: F6, C6 and 98. RGB value is (246,198,152). Sum of RGB (Red+Green+Blue) = 246+198+152=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C698 is #093967. Grayscale: #CFCFCF. Windows color (decimal): -604520 or 10012406. OLE color: 10012406.

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

Color convert

RGB 246 198 152 -
CMYK 0 0.20 0.38 0.04
HSL 29.36º 0.84% 0.78% -
HSV(B) 29.36º 0.38% 0.96% -
XYZ 63.87 62.25 38.35 -
YUV 207.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 246 198 152 0 0.20 0.38 0.04 29.36 0.84 0.78
Hex F6 C6 98 0 14 26 4 1D 54 4E
Octal 366 306 230 0 24 46 4 35 124 116
Binary 11110110 11000110 10011000 0 10100 100110 100 11101 1010100 1001110

Color Harmonies of #F6C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C698

Black with #F6C698

Text Example


Text Example

White with #F6C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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