Html Css Color HEX #F8CE96 Peach-Orange

📋 copy color: '#F8CE96'

red 248 ◦ green 206 ◦ blue 150

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

Shades of Peach-Orange #F8CE96

Tints of Peach-Orange #F8CE96

RGB

 RED value IS 248 (97.27% from 255) = 41.06%

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 41.06%
G = 34.11%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8CE96 (or 0xF8CE96) is known color: Peach-Orange. HEX triplet: F8, CE and 96. RGB value is (248,206,150). Sum of RGB (Red+Green+Blue) = 248+206+150=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE96 is #073169. Grayscale: #D4D4D4. Windows color (decimal): -471402 or 9883384. OLE color: 9883384.

HSL color Cylindrical-coordinate representation of color #F8CE96: hue angle of 34.29º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8CE96 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 150 -
CMYK 0 0.17 0.40 0.03
HSL 34.29º 0.88% 0.78% -
HSV(B) 34.29º 0.4% 0.97% -
XYZ 66.29 66.3 38.16 -
YUV 212.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 248 206 150 0 0.17 0.40 0.03 34.29 0.88 0.78
Hex F8 CE 96 0 11 28 3 22 58 4E
Octal 370 316 226 0 21 50 3 42 130 116
Binary 11111000 11001110 10010110 0 10001 101000 11 100010 1011000 1001110

Color Harmonies of #F8CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE96

Black with #F8CE96

Text Example


Text Example

White with #F8CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE96; }

 p { color: rgb(248,206,150); }

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

background-color css

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

 a { background-color: rgb(248,206,150); }

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

border-color css

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

 span { border-color: rgb(248,206,150); }

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