Html Css Color HEX #FAC393 Peach-Orange

📋 copy color: '#FAC393'

red 250 ◦ green 195 ◦ blue 147

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

Shades of Peach-Orange #FAC393

Tints of Peach-Orange #FAC393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.94%

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

R = 42.23%
G = 32.94%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC393 (or 0xFAC393) is known color: Peach-Orange. HEX triplet: FA, C3 and 93. RGB value is (250,195,147). Sum of RGB (Red+Green+Blue) = 250+195+147=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC393 is #053C6C. Grayscale: #CECECE. Windows color (decimal): -343149 or 9683962. OLE color: 9683962.

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

Color convert

RGB 250 195 147 -
CMYK 0 0.22 0.41 0.02
HSL 27.96º 0.91% 0.78% -
HSV(B) 27.96º 0.41% 0.98% -
XYZ 64.21 61.46 36.08 -
YUV 205.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 250 195 147 0 0.22 0.41 0.02 27.96 0.91 0.78
Hex FA C3 93 0 16 29 2 1C 5B 4E
Octal 372 303 223 0 26 51 2 34 133 116
Binary 11111010 11000011 10010011 0 10110 101001 10 11100 1011011 1001110

Color Harmonies of #FAC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC393

Black with #FAC393

Text Example


Text Example

White with #FAC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC393; }

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

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

background-color css

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

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

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

border-color css

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

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

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