Html Css Color HEX #FAC898 Peach-Orange

📋 copy color: '#FAC898'

red 250 ◦ green 200 ◦ blue 152

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

Shades of Peach-Orange #FAC898

Tints of Peach-Orange #FAC898

RGB

 RED value IS 250 (98.05% from 255) = 41.53%

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

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

R = 41.53%
G = 33.22%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC898 (or 0xFAC898) is known color: Peach-Orange. HEX triplet: FA, C8 and 98. RGB value is (250,200,152). Sum of RGB (Red+Green+Blue) = 250+200+152=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC898 is #053767. Grayscale: #D1D1D1. Windows color (decimal): -341864 or 10012922. OLE color: 10012922.

HSL color Cylindrical-coordinate representation of color #FAC898: hue angle of 29.39º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAC898 is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 152 -
CMYK 0 0.2 0.39 0.02
HSL 29.39º 0.91% 0.79% -
HSV(B) 29.39º 0.39% 0.98% -
XYZ 65.75 63.9 38.57 -
YUV 209.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 250 200 152 0 0.2 0.39 0.02 29.39 0.91 0.79
Hex FA C8 98 0 14 27 2 1D 5B 4F
Octal 372 310 230 0 24 47 2 35 133 117
Binary 11111010 11001000 10011000 0 10100 100111 10 11101 1011011 1001111

Color Harmonies of #FAC898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC898

Black with #FAC898

Text Example


Text Example

White with #FAC898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC898; }

 p { color: rgb(250,200,152); }

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

background-color css

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

 a { background-color: rgb(250,200,152); }

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

border-color css

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

 span { border-color: rgb(250,200,152); }

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