Html Css Color HEX #FAC593 Peach-Orange

📋 copy color: '#FAC593'

red 250 ◦ green 197 ◦ blue 147

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

Shades of Peach-Orange #FAC593

Tints of Peach-Orange #FAC593

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.16%

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

R = 42.09%
G = 33.16%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC593 (or 0xFAC593) is known color: Peach-Orange. HEX triplet: FA, C5 and 93. RGB value is (250,197,147). Sum of RGB (Red+Green+Blue) = 250+197+147=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC593 is #053A6C. Grayscale: #CFCFCF. Windows color (decimal): -342637 or 9684474. OLE color: 9684474.

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

Color convert

RGB 250 197 147 -
CMYK 0 0.21 0.41 0.02
HSL 29.13º 0.91% 0.78% -
HSV(B) 29.13º 0.41% 0.98% -
XYZ 64.66 62.36 36.23 -
YUV 207.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 250 197 147 0 0.21 0.41 0.02 29.13 0.91 0.78
Hex FA C5 93 0 15 29 2 1D 5B 4E
Octal 372 305 223 0 25 51 2 35 133 116
Binary 11111010 11000101 10010011 0 10101 101001 10 11101 1011011 1001110

Color Harmonies of #FAC593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC593

Black with #FAC593

Text Example


Text Example

White with #FAC593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC593; }

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

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

background-color css

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

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

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

border-color css

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

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

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