Html Css Color HEX #FACA8E Peach-Orange

📋 copy color: '#FACA8E'

red 250 ◦ green 202 ◦ blue 142

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

Shades of Peach-Orange #FACA8E

Tints of Peach-Orange #FACA8E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

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

R = 42.09%
G = 34.01%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FACA8E (or 0xFACA8E) is known color: Peach-Orange. HEX triplet: FA, CA and 8E. RGB value is (250,202,142). Sum of RGB (Red+Green+Blue) = 250+202+142=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA8E is #053571. Grayscale: #D1D1D1. Windows color (decimal): -341362 or 9358074. OLE color: 9358074.

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

Color convert

RGB 250 202 142 -
CMYK 0 0.19 0.43 0.02
HSL 33.33º 0.92% 0.77% -
HSV(B) 33.33º 0.43% 0.98% -
XYZ 65.43 64.52 34.6 -
YUV 209.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 250 202 142 0 0.19 0.43 0.02 33.33 0.92 0.77
Hex FA CA 8E 0 13 2B 2 21 5C 4D
Octal 372 312 216 0 23 53 2 41 134 115
Binary 11111010 11001010 10001110 0 10011 101011 10 100001 1011100 1001101

Color Harmonies of #FACA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA8E

Black with #FACA8E

Text Example


Text Example

White with #FACA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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