Html Css Color HEX #F8C992 Peach-Orange

📋 copy color: '#F8C992'

red 248 ◦ green 201 ◦ blue 146

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

Shades of Peach-Orange #F8C992

Tints of Peach-Orange #F8C992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

 BLUE value IS 146 (57.42% from 255) = 24.54%

R = 41.68%
G = 33.78%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F8C992 (or 0xF8C992) is known color: Peach-Orange. HEX triplet: F8, C9 and 92. RGB value is (248,201,146). Sum of RGB (Red+Green+Blue) = 248+201+146=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C992 is #07366D. Grayscale: #D1D1D1. Windows color (decimal): -472686 or 9619960. OLE color: 9619960.

HSL color Cylindrical-coordinate representation of color #F8C992: hue angle of 32.35º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8C992 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 146 -
CMYK 0 0.19 0.41 0.03
HSL 32.35º 0.88% 0.77% -
HSV(B) 32.35º 0.41% 0.97% -
XYZ 64.79 63.81 36.1 -
YUV 208.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 248 201 146 0 0.19 0.41 0.03 32.35 0.88 0.77
Hex F8 C9 92 0 13 29 3 20 58 4D
Octal 370 311 222 0 23 51 3 40 130 115
Binary 11111000 11001001 10010010 0 10011 101001 11 100000 1011000 1001101

Color Harmonies of #F8C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C992

Black with #F8C992

Text Example


Text Example

White with #F8C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C992; }

 p { color: rgb(248,201,146); }

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

background-color css

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

 a { background-color: rgb(248,201,146); }

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

border-color css

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

 span { border-color: rgb(248,201,146); }

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