Html Css Color HEX #FAC792 Peach-Orange

📋 copy color: '#FAC792'

red 250 ◦ green 199 ◦ blue 146

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

Shades of Peach-Orange #FAC792

Tints of Peach-Orange #FAC792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.54%

R = 42.02%
G = 33.45%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC792 (or 0xFAC792) is known color: Peach-Orange. HEX triplet: FA, C7 and 92. RGB value is (250,199,146). Sum of RGB (Red+Green+Blue) = 250+199+146=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC792 is #05386D. Grayscale: #D0D0D0. Windows color (decimal): -342126 or 9619450. OLE color: 9619450.

HSL color Cylindrical-coordinate representation of color #FAC792: hue angle of 30.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAC792 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 146 -
CMYK 0 0.20 0.42 0.02
HSL 30.58º 0.91% 0.78% -
HSV(B) 30.58º 0.42% 0.98% -
XYZ 65.04 63.25 35.97 -
YUV 208.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 250 199 146 0 0.20 0.42 0.02 30.58 0.91 0.78
Hex FA C7 92 0 14 2A 2 1F 5B 4E
Octal 372 307 222 0 24 52 2 37 133 116
Binary 11111010 11000111 10010010 0 10100 101010 10 11111 1011011 1001110

Color Harmonies of #FAC792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC792

Black with #FAC792

Text Example


Text Example

White with #FAC792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC792; }

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

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

background-color css

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

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

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

border-color css

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

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

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