Html Css Color HEX #FAC790 Peach-Orange

📋 copy color: '#FAC790'

red 250 ◦ green 199 ◦ blue 144

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

Shades of Peach-Orange #FAC790

Tints of Peach-Orange #FAC790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.28%

R = 42.16%
G = 33.56%
B = 24.28%

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

#FAC790 (or 0xFAC790) is known color: Peach-Orange. HEX triplet: FA, C7 and 90. RGB value is (250,199,144). Sum of RGB (Red+Green+Blue) = 250+199+144=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC790 is #05386F. Grayscale: #D0D0D0. Windows color (decimal): -342128 or 9488378. OLE color: 9488378.

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

Color convert

RGB 250 199 144 -
CMYK 0 0.20 0.42 0.02
HSL 31.13º 0.91% 0.77% -
HSV(B) 31.13º 0.42% 0.98% -
XYZ 64.88 63.18 35.16 -
YUV 207.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 250 199 144 0 0.20 0.42 0.02 31.13 0.91 0.77
Hex FA C7 90 0 14 2A 2 1F 5B 4D
Octal 372 307 220 0 24 52 2 37 133 115
Binary 11111010 11000111 10010000 0 10100 101010 10 11111 1011011 1001101

Color Harmonies of #FAC790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC790

Black with #FAC790

Text Example


Text Example

White with #FAC790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC790; }

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

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

background-color css

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

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

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

border-color css

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

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

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