Html Css Color HEX #FAC394 Peach-Orange

📋 copy color: '#FAC394'

red 250 ◦ green 195 ◦ blue 148

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

Shades of Peach-Orange #FAC394

Tints of Peach-Orange #FAC394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.88%

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

R = 42.16%
G = 32.88%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC394 (or 0xFAC394) is known color: Peach-Orange. HEX triplet: FA, C3 and 94. RGB value is (250,195,148). Sum of RGB (Red+Green+Blue) = 250+195+148=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC394 is #053C6B. Grayscale: #CECECE. Windows color (decimal): -343148 or 9749498. OLE color: 9749498.

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

Color convert

RGB 250 195 148 -
CMYK 0 0.22 0.41 0.02
HSL 27.65º 0.91% 0.78% -
HSV(B) 27.65º 0.41% 0.98% -
XYZ 64.28 61.49 36.5 -
YUV 206.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 250 195 148 0 0.22 0.41 0.02 27.65 0.91 0.78
Hex FA C3 94 0 16 29 2 1C 5B 4E
Octal 372 303 224 0 26 51 2 34 133 116
Binary 11111010 11000011 10010100 0 10110 101001 10 11100 1011011 1001110

Color Harmonies of #FAC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC394

Black with #FAC394

Text Example


Text Example

White with #FAC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC394; }

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

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

background-color css

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

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

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

border-color css

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

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

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