Html Css Color HEX #FACA96 Peach-Orange

📋 copy color: '#FACA96'

red 250 ◦ green 202 ◦ blue 150

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

Shades of Peach-Orange #FACA96

Tints of Peach-Orange #FACA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 41.53%
G = 33.55%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FACA96 (or 0xFACA96) is known color: Peach-Orange. HEX triplet: FA, CA and 96. RGB value is (250,202,150). Sum of RGB (Red+Green+Blue) = 250+202+150=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA96 is #053569. Grayscale: #D2D2D2. Windows color (decimal): -341354 or 9882362. OLE color: 9882362.

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

Color convert

RGB 250 202 150 -
CMYK 0 0.19 0.4 0.02
HSL 31.2º 0.91% 0.78% -
HSV(B) 31.2º 0.4% 0.98% -
XYZ 66.05 64.77 37.87 -
YUV 210.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 250 202 150 0 0.19 0.4 0.02 31.2 0.91 0.78
Hex FA CA 96 0 13 28 2 1F 5B 4E
Octal 372 312 226 0 23 50 2 37 133 116
Binary 11111010 11001010 10010110 0 10011 101000 10 11111 1011011 1001110

Color Harmonies of #FACA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA96

Black with #FACA96

Text Example


Text Example

White with #FACA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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