Html Css Color HEX #FAC391 Peach-Orange

📋 copy color: '#FAC391'

red 250 ◦ green 195 ◦ blue 145

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

Shades of Peach-Orange #FAC391

Tints of Peach-Orange #FAC391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

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

R = 42.37%
G = 33.05%
B = 24.58%

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

#FAC391 (or 0xFAC391) is known color: Peach-Orange. HEX triplet: FA, C3 and 91. RGB value is (250,195,145). Sum of RGB (Red+Green+Blue) = 250+195+145=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC391 is #053C6E. Grayscale: #CECECE. Windows color (decimal): -343151 or 9552890. OLE color: 9552890.

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

Color convert

RGB 250 195 145 -
CMYK 0 0.22 0.42 0.02
HSL 28.57º 0.91% 0.77% -
HSV(B) 28.57º 0.42% 0.98% -
XYZ 64.05 61.4 35.26 -
YUV 205.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 250 195 145 0 0.22 0.42 0.02 28.57 0.91 0.77
Hex FA C3 91 0 16 2A 2 1D 5B 4D
Octal 372 303 221 0 26 52 2 35 133 115
Binary 11111010 11000011 10010001 0 10110 101010 10 11101 1011011 1001101

Color Harmonies of #FAC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC391

Black with #FAC391

Text Example


Text Example

White with #FAC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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