Html Css Color HEX #FAC691 Peach-Orange

📋 copy color: '#FAC691'

red 250 ◦ green 198 ◦ blue 145

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

Shades of Peach-Orange #FAC691

Tints of Peach-Orange #FAC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.39%

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

R = 42.16%
G = 33.39%
B = 24.45%

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

#FAC691 (or 0xFAC691) is known color: Peach-Orange. HEX triplet: FA, C6 and 91. RGB value is (250,198,145). Sum of RGB (Red+Green+Blue) = 250+198+145=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC691 is #05396E. Grayscale: #CFCFCF. Windows color (decimal): -342383 or 9553658. OLE color: 9553658.

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

Color convert

RGB 250 198 145 -
CMYK 0 0.21 0.42 0.02
HSL 30.29º 0.91% 0.77% -
HSV(B) 30.29º 0.42% 0.98% -
XYZ 64.73 62.76 35.49 -
YUV 207.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 250 198 145 0 0.21 0.42 0.02 30.29 0.91 0.77
Hex FA C6 91 0 15 2A 2 1E 5B 4D
Octal 372 306 221 0 25 52 2 36 133 115
Binary 11111010 11000110 10010001 0 10101 101010 10 11110 1011011 1001101

Color Harmonies of #FAC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC691

Black with #FAC691

Text Example


Text Example

White with #FAC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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