Html Css Color HEX #FAC794 Peach-Orange

📋 copy color: '#FAC794'

red 250 ◦ green 199 ◦ blue 148

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

Shades of Peach-Orange #FAC794

Tints of Peach-Orange #FAC794

RGB

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

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

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

R = 41.88%
G = 33.33%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC794 (or 0xFAC794) is known color: Peach-Orange. HEX triplet: FA, C7 and 94. RGB value is (250,199,148). Sum of RGB (Red+Green+Blue) = 250+199+148=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC794 is #05386B. Grayscale: #D0D0D0. Windows color (decimal): -342124 or 9750522. OLE color: 9750522.

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

Color convert

RGB 250 199 148 -
CMYK 0 0.20 0.41 0.02
HSL 30º 0.91% 0.78% -
HSV(B) 30º 0.41% 0.98% -
XYZ 65.19 63.31 36.8 -
YUV 208.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 250 199 148 0 0.20 0.41 0.02 30 0.91 0.78
Hex FA C7 94 0 14 29 2 1E 5B 4E
Octal 372 307 224 0 24 51 2 36 133 116
Binary 11111010 11000111 10010100 0 10100 101001 10 11110 1011011 1001110

Color Harmonies of #FAC794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC794

Black with #FAC794

Text Example


Text Example

White with #FAC794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC794; }

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

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

background-color css

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

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

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

border-color css

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

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

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