Html Css Color HEX #FAC591 Peach-Orange

📋 copy color: '#FAC591'

red 250 ◦ green 197 ◦ blue 145

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

Shades of Peach-Orange #FAC591

Tints of Peach-Orange #FAC591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.49%

R = 42.23%
G = 33.28%
B = 24.49%

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

#FAC591 (or 0xFAC591) is known color: Peach-Orange. HEX triplet: FA, C5 and 91. RGB value is (250,197,145). Sum of RGB (Red+Green+Blue) = 250+197+145=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC591 is #053A6E. Grayscale: #CFCFCF. Windows color (decimal): -342639 or 9553402. OLE color: 9553402.

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

Color convert

RGB 250 197 145 -
CMYK 0 0.21 0.42 0.02
HSL 29.71º 0.91% 0.77% -
HSV(B) 29.71º 0.42% 0.98% -
XYZ 64.5 62.3 35.41 -
YUV 206.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 250 197 145 0 0.21 0.42 0.02 29.71 0.91 0.77
Hex FA C5 91 0 15 2A 2 1E 5B 4D
Octal 372 305 221 0 25 52 2 36 133 115
Binary 11111010 11000101 10010001 0 10101 101010 10 11110 1011011 1001101

Color Harmonies of #FAC591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC591

Black with #FAC591

Text Example


Text Example

White with #FAC591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC591; }

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

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

background-color css

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

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

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

border-color css

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

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

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