Html Css Color HEX #FAC191 Peach-Orange

📋 copy color: '#FAC191'

red 250 ◦ green 193 ◦ blue 145

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

Shades of Peach-Orange #FAC191

Tints of Peach-Orange #FAC191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.82%

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

R = 42.52%
G = 32.82%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC191 (or 0xFAC191) is known color: Peach-Orange. HEX triplet: FA, C1 and 91. RGB value is (250,193,145). Sum of RGB (Red+Green+Blue) = 250+193+145=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC191 is #053E6E. Grayscale: #CCCCCC. Windows color (decimal): -343663 or 9552378. OLE color: 9552378.

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

Color convert

RGB 250 193 145 -
CMYK 0 0.23 0.42 0.02
HSL 27.43º 0.91% 0.77% -
HSV(B) 27.43º 0.42% 0.98% -
XYZ 63.61 60.51 35.11 -
YUV 204.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 250 193 145 0 0.23 0.42 0.02 27.43 0.91 0.77
Hex FA C1 91 0 17 2A 2 1B 5B 4D
Octal 372 301 221 0 27 52 2 33 133 115
Binary 11111010 11000001 10010001 0 10111 101010 10 11011 1011011 1001101

Color Harmonies of #FAC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC191

Black with #FAC191

Text Example


Text Example

White with #FAC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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