Html Css Color HEX #FAC695 Peach-Orange

📋 copy color: '#FAC695'

red 250 ◦ green 198 ◦ blue 149

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

Shades of Peach-Orange #FAC695

Tints of Peach-Orange #FAC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.17%

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

R = 41.88%
G = 33.17%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC695 (or 0xFAC695) is known color: Peach-Orange. HEX triplet: FA, C6 and 95. RGB value is (250,198,149). Sum of RGB (Red+Green+Blue) = 250+198+149=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 198 (77.73% from 255 or 33.17% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC695 is #05396A. Grayscale: #D0D0D0. Windows color (decimal): -342379 or 9815802. OLE color: 9815802.

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

Color convert

RGB 250 198 149 -
CMYK 0 0.21 0.40 0.02
HSL 29.11º 0.91% 0.78% -
HSV(B) 29.11º 0.4% 0.98% -
XYZ 65.04 62.88 37.14 -
YUV 207.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 250 198 149 0 0.21 0.40 0.02 29.11 0.91 0.78
Hex FA C6 95 0 15 28 2 1D 5B 4E
Octal 372 306 225 0 25 50 2 35 133 116
Binary 11111010 11000110 10010101 0 10101 101000 10 11101 1011011 1001110

Color Harmonies of #FAC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC695

Black with #FAC695

Text Example


Text Example

White with #FAC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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