Html Css Color HEX #FAC495 Peach-Orange

📋 copy color: '#FAC495'

red 250 ◦ green 196 ◦ blue 149

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

Shades of Peach-Orange #FAC495

Tints of Peach-Orange #FAC495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.94%

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

R = 42.02%
G = 32.94%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAC495 (or 0xFAC495) is known color: Peach-Orange. HEX triplet: FA, C4 and 95. RGB value is (250,196,149). Sum of RGB (Red+Green+Blue) = 250+196+149=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC495 is #053B6A. Grayscale: #CFCFCF. Windows color (decimal): -342891 or 9815290. OLE color: 9815290.

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

Color convert

RGB 250 196 149 -
CMYK 0 0.22 0.40 0.02
HSL 27.92º 0.91% 0.78% -
HSV(B) 27.92º 0.4% 0.98% -
XYZ 64.59 61.97 36.99 -
YUV 206.79 95.39 158.82 -
System Red Green Blue C M Y K H S L
Decimal 250 196 149 0 0.22 0.40 0.02 27.92 0.91 0.78
Hex FA C4 95 0 16 28 2 1C 5B 4E
Octal 372 304 225 0 26 50 2 34 133 116
Binary 11111010 11000100 10010101 0 10110 101000 10 11100 1011011 1001110

Color Harmonies of #FAC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC495

Black with #FAC495

Text Example


Text Example

White with #FAC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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