Html Css Color HEX #FAC18E Peach-Orange

📋 copy color: '#FAC18E'

red 250 ◦ green 193 ◦ blue 142

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

Shades of Peach-Orange #FAC18E

Tints of Peach-Orange #FAC18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.99%

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

R = 42.74%
G = 32.99%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC18E (or 0xFAC18E) is known color: Peach-Orange. HEX triplet: FA, C1 and 8E. RGB value is (250,193,142). Sum of RGB (Red+Green+Blue) = 250+193+142=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC18E is #053E71. Grayscale: #CCCCCC. Windows color (decimal): -343666 or 9355770. OLE color: 9355770.

HSL color Cylindrical-coordinate representation of color #FAC18E: hue angle of 28.33º 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 #FAC18E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 142 -
CMYK 0 0.23 0.43 0.02
HSL 28.33º 0.92% 0.77% -
HSV(B) 28.33º 0.43% 0.98% -
XYZ 63.38 60.42 33.91 -
YUV 204.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 250 193 142 0 0.23 0.43 0.02 28.33 0.92 0.77
Hex FA C1 8E 0 17 2B 2 1C 5C 4D
Octal 372 301 216 0 27 53 2 34 134 115
Binary 11111010 11000001 10001110 0 10111 101011 10 11100 1011100 1001101

Color Harmonies of #FAC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC18E

Black with #FAC18E

Text Example


Text Example

White with #FAC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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