Html Css Color HEX #FAC491 Peach-Orange

📋 copy color: '#FAC491'

red 250 ◦ green 196 ◦ blue 145

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

Shades of Peach-Orange #FAC491

Tints of Peach-Orange #FAC491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

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

R = 42.3%
G = 33.16%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC491 (or 0xFAC491) is known color: Peach-Orange. HEX triplet: FA, C4 and 91. RGB value is (250,196,145). Sum of RGB (Red+Green+Blue) = 250+196+145=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC491 is #053B6E. Grayscale: #CECECE. Windows color (decimal): -342895 or 9553146. OLE color: 9553146.

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

Color convert

RGB 250 196 145 -
CMYK 0 0.22 0.42 0.02
HSL 29.14º 0.91% 0.77% -
HSV(B) 29.14º 0.42% 0.98% -
XYZ 64.28 61.85 35.34 -
YUV 206.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 250 196 145 0 0.22 0.42 0.02 29.14 0.91 0.77
Hex FA C4 91 0 16 2A 2 1D 5B 4D
Octal 372 304 221 0 26 52 2 35 133 115
Binary 11111010 11000100 10010001 0 10110 101010 10 11101 1011011 1001101

Color Harmonies of #FAC491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC491

Black with #FAC491

Text Example


Text Example

White with #FAC491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC491; }

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

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

background-color css

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

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

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

border-color css

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

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

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