Html Css Color HEX #FAC793 Peach-Orange

📋 copy color: '#FAC793'

red 250 ◦ green 199 ◦ blue 147

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

Shades of Peach-Orange #FAC793

Tints of Peach-Orange #FAC793

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.39%

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

R = 41.95%
G = 33.39%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC793 (or 0xFAC793) is known color: Peach-Orange. HEX triplet: FA, C7 and 93. RGB value is (250,199,147). Sum of RGB (Red+Green+Blue) = 250+199+147=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC793 is #05386C. Grayscale: #D0D0D0. Windows color (decimal): -342125 or 9684986. OLE color: 9684986.

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

Color convert

RGB 250 199 147 -
CMYK 0 0.20 0.41 0.02
HSL 30.29º 0.91% 0.78% -
HSV(B) 30.29º 0.41% 0.98% -
XYZ 65.11 63.28 36.39 -
YUV 208.32 93.4 157.73 -
System Red Green Blue C M Y K H S L
Decimal 250 199 147 0 0.20 0.41 0.02 30.29 0.91 0.78
Hex FA C7 93 0 14 29 2 1E 5B 4E
Octal 372 307 223 0 24 51 2 36 133 116
Binary 11111010 11000111 10010011 0 10100 101001 10 11110 1011011 1001110

Color Harmonies of #FAC793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC793

Black with #FAC793

Text Example


Text Example

White with #FAC793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC793; }

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

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

background-color css

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

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

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

border-color css

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

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

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