Html Css Color HEX #F8C494 Peach-Orange

📋 copy color: '#F8C494'

red 248 ◦ green 196 ◦ blue 148

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

Shades of Peach-Orange #F8C494

Tints of Peach-Orange #F8C494

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.11%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 41.89%
G = 33.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8C494 (or 0xF8C494) is known color: Peach-Orange. HEX triplet: F8, C4 and 94. RGB value is (248,196,148). Sum of RGB (Red+Green+Blue) = 248+196+148=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C494 is #073B6B. Grayscale: #CECECE. Windows color (decimal): -473964 or 9749752. OLE color: 9749752.

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

Color convert

RGB 248 196 148 -
CMYK 0 0.21 0.40 0.03
HSL 28.8º 0.88% 0.78% -
HSV(B) 28.8º 0.4% 0.97% -
XYZ 63.8 61.57 36.54 -
YUV 206.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 248 196 148 0 0.21 0.40 0.03 28.8 0.88 0.78
Hex F8 C4 94 0 15 28 3 1D 58 4E
Octal 370 304 224 0 25 50 3 35 130 116
Binary 11111000 11000100 10010100 0 10101 101000 11 11101 1011000 1001110

Color Harmonies of #F8C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C494

Black with #F8C494

Text Example


Text Example

White with #F8C494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C494; }

 p { color: rgb(248,196,148); }

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

background-color css

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

 a { background-color: rgb(248,196,148); }

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

border-color css

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

 span { border-color: rgb(248,196,148); }

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