Html Css Color HEX #FACA93 Peach-Orange

📋 copy color: '#FACA93'

red 250 ◦ green 202 ◦ blue 147

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

Shades of Peach-Orange #FACA93

Tints of Peach-Orange #FACA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 41.74%
G = 33.72%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FACA93 (or 0xFACA93) is known color: Peach-Orange. HEX triplet: FA, CA and 93. RGB value is (250,202,147). Sum of RGB (Red+Green+Blue) = 250+202+147=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA93 is #05356C. Grayscale: #D2D2D2. Windows color (decimal): -341357 or 9685754. OLE color: 9685754.

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

Color convert

RGB 250 202 147 -
CMYK 0 0.19 0.41 0.02
HSL 32.04º 0.91% 0.78% -
HSV(B) 32.04º 0.41% 0.98% -
XYZ 65.81 64.67 36.62 -
YUV 210.08 92.4 156.47 -
System Red Green Blue C M Y K H S L
Decimal 250 202 147 0 0.19 0.41 0.02 32.04 0.91 0.78
Hex FA CA 93 0 13 29 2 20 5B 4E
Octal 372 312 223 0 23 51 2 40 133 116
Binary 11111010 11001010 10010011 0 10011 101001 10 100000 1011011 1001110

Color Harmonies of #FACA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA93

Black with #FACA93

Text Example


Text Example

White with #FACA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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