Html Css Color HEX #F8C894 Peach-Orange

📋 copy color: '#F8C894'

red 248 ◦ green 200 ◦ blue 148

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

Shades of Peach-Orange #F8C894

Tints of Peach-Orange #F8C894

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.56%

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

R = 41.61%
G = 33.56%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F8C894 (or 0xF8C894) is known color: Peach-Orange. HEX triplet: F8, C8 and 94. RGB value is (248,200,148). Sum of RGB (Red+Green+Blue) = 248+200+148=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C894 is #07376B. Grayscale: #D0D0D0. Windows color (decimal): -472940 or 9750776. OLE color: 9750776.

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

Color convert

RGB 248 200 148 -
CMYK 0 0.19 0.40 0.03
HSL 31.2º 0.88% 0.78% -
HSV(B) 31.2º 0.4% 0.97% -
XYZ 64.71 63.4 36.84 -
YUV 208.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 248 200 148 0 0.19 0.40 0.03 31.2 0.88 0.78
Hex F8 C8 94 0 13 28 3 1F 58 4E
Octal 370 310 224 0 23 50 3 37 130 116
Binary 11111000 11001000 10010100 0 10011 101000 11 11111 1011000 1001110

Color Harmonies of #F8C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C894

Black with #F8C894

Text Example


Text Example

White with #F8C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C894; }

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

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

background-color css

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

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

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

border-color css

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

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

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