Html Css Color HEX #FAC98E Peach-Orange

📋 copy color: '#FAC98E'

red 250 ◦ green 201 ◦ blue 142

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

Shades of Peach-Orange #FAC98E

Tints of Peach-Orange #FAC98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.95%

R = 42.16%
G = 33.9%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC98E (or 0xFAC98E) is known color: Peach-Orange. HEX triplet: FA, C9 and 8E. RGB value is (250,201,142). Sum of RGB (Red+Green+Blue) = 250+201+142=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC98E is #053671. Grayscale: #D1D1D1. Windows color (decimal): -341618 or 9357818. OLE color: 9357818.

HSL color Cylindrical-coordinate representation of color #FAC98E: hue angle of 32.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAC98E is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 142 -
CMYK 0 0.20 0.43 0.02
HSL 32.78º 0.92% 0.77% -
HSV(B) 32.78º 0.43% 0.98% -
XYZ 65.19 64.05 34.52 -
YUV 208.93 90.23 157.3 -
System Red Green Blue C M Y K H S L
Decimal 250 201 142 0 0.20 0.43 0.02 32.78 0.92 0.77
Hex FA C9 8E 0 14 2B 2 21 5C 4D
Octal 372 311 216 0 24 53 2 41 134 115
Binary 11111010 11001001 10001110 0 10100 101011 10 100001 1011100 1001101

Color Harmonies of #FAC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC98E

Black with #FAC98E

Text Example


Text Example

White with #FAC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC98E; }

 p { color: rgb(250,201,142); }

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

background-color css

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

 a { background-color: rgb(250,201,142); }

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

border-color css

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

 span { border-color: rgb(250,201,142); }

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