Html Css Color HEX #FAC795 Peach-Orange

📋 copy color: '#FAC795'

red 250 ◦ green 199 ◦ blue 149

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

Shades of Peach-Orange #FAC795

Tints of Peach-Orange #FAC795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.92%

R = 41.81%
G = 33.28%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC795 (or 0xFAC795) is known color: Peach-Orange. HEX triplet: FA, C7 and 95. RGB value is (250,199,149). Sum of RGB (Red+Green+Blue) = 250+199+149=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC795 is #05386A. Grayscale: #D0D0D0. Windows color (decimal): -342123 or 9816058. OLE color: 9816058.

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

Color convert

RGB 250 199 149 -
CMYK 0 0.20 0.40 0.02
HSL 29.7º 0.91% 0.78% -
HSV(B) 29.7º 0.4% 0.98% -
XYZ 65.27 63.34 37.22 -
YUV 208.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 250 199 149 0 0.20 0.40 0.02 29.7 0.91 0.78
Hex FA C7 95 0 14 28 2 1E 5B 4E
Octal 372 307 225 0 24 50 2 36 133 116
Binary 11111010 11000111 10010101 0 10100 101000 10 11110 1011011 1001110

Color Harmonies of #FAC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC795

Black with #FAC795

Text Example


Text Example

White with #FAC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC795; }

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

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

background-color css

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

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

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

border-color css

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

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

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