Html Css Color HEX #FAC890 Peach-Orange

📋 copy color: '#FAC890'

red 250 ◦ green 200 ◦ blue 144

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

Shades of Peach-Orange #FAC890

Tints of Peach-Orange #FAC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.67%

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

R = 42.09%
G = 33.67%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC890 (or 0xFAC890) is known color: Peach-Orange. HEX triplet: FA, C8 and 90. RGB value is (250,200,144). Sum of RGB (Red+Green+Blue) = 250+200+144=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC890 is #05376F. Grayscale: #D0D0D0. Windows color (decimal): -341872 or 9488634. OLE color: 9488634.

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

Color convert

RGB 250 200 144 -
CMYK 0 0.2 0.42 0.02
HSL 31.7º 0.91% 0.77% -
HSV(B) 31.7º 0.42% 0.98% -
XYZ 65.11 63.65 35.24 -
YUV 208.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 250 200 144 0 0.2 0.42 0.02 31.7 0.91 0.77
Hex FA C8 90 0 14 2A 2 20 5B 4D
Octal 372 310 220 0 24 52 2 40 133 115
Binary 11111010 11001000 10010000 0 10100 101010 10 100000 1011011 1001101

Color Harmonies of #FAC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC890

Black with #FAC890

Text Example


Text Example

White with #FAC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC890; }

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

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

background-color css

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

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

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

border-color css

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

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

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