Html Css Color HEX #FAC594 Peach-Orange

📋 copy color: '#FAC594'

red 250 ◦ green 197 ◦ blue 148

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

Shades of Peach-Orange #FAC594

Tints of Peach-Orange #FAC594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.87%

R = 42.02%
G = 33.11%
B = 24.87%

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

#FAC594 (or 0xFAC594) is known color: Peach-Orange. HEX triplet: FA, C5 and 94. RGB value is (250,197,148). Sum of RGB (Red+Green+Blue) = 250+197+148=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC594 is #053A6B. Grayscale: #CFCFCF. Windows color (decimal): -342636 or 9750010. OLE color: 9750010.

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

Color convert

RGB 250 197 148 -
CMYK 0 0.21 0.41 0.02
HSL 28.82º 0.91% 0.78% -
HSV(B) 28.82º 0.41% 0.98% -
XYZ 64.74 62.39 36.65 -
YUV 207.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 250 197 148 0 0.21 0.41 0.02 28.82 0.91 0.78
Hex FA C5 94 0 15 29 2 1D 5B 4E
Octal 372 305 224 0 25 51 2 35 133 116
Binary 11111010 11000101 10010100 0 10101 101001 10 11101 1011011 1001110

Color Harmonies of #FAC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC594

Black with #FAC594

Text Example


Text Example

White with #FAC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC594; }

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

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

background-color css

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

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

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

border-color css

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

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

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