Html Css Color HEX #FAC590 Peach-Orange

📋 copy color: '#FAC590'

red 250 ◦ green 197 ◦ blue 144

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

Shades of Peach-Orange #FAC590

Tints of Peach-Orange #FAC590

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

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

R = 42.3%
G = 33.33%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC590 (or 0xFAC590) is known color: Peach-Orange. HEX triplet: FA, C5 and 90. RGB value is (250,197,144). Sum of RGB (Red+Green+Blue) = 250+197+144=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC590 is #053A6F. Grayscale: #CFCFCF. Windows color (decimal): -342640 or 9487866. OLE color: 9487866.

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

Color convert

RGB 250 197 144 -
CMYK 0 0.21 0.42 0.02
HSL 30º 0.91% 0.77% -
HSV(B) 30º 0.42% 0.98% -
XYZ 64.42 62.27 35.01 -
YUV 206.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 250 197 144 0 0.21 0.42 0.02 30 0.91 0.77
Hex FA C5 90 0 15 2A 2 1E 5B 4D
Octal 372 305 220 0 25 52 2 36 133 115
Binary 11111010 11000101 10010000 0 10101 101010 10 11110 1011011 1001101

Color Harmonies of #FAC590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC590

Black with #FAC590

Text Example


Text Example

White with #FAC590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC590; }

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

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

background-color css

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

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

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

border-color css

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

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

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