Html Css Color HEX #FAC190 Peach-Orange

📋 copy color: '#FAC190'

red 250 ◦ green 193 ◦ blue 144

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

Shades of Peach-Orange #FAC190

Tints of Peach-Orange #FAC190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.53%

R = 42.59%
G = 32.88%
B = 24.53%

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

#FAC190 (or 0xFAC190) is known color: Peach-Orange. HEX triplet: FA, C1 and 90. RGB value is (250,193,144). Sum of RGB (Red+Green+Blue) = 250+193+144=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC190 is #053E6F. Grayscale: #CCCCCC. Windows color (decimal): -343664 or 9486842. OLE color: 9486842.

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

Color convert

RGB 250 193 144 -
CMYK 0 0.23 0.42 0.02
HSL 27.74º 0.91% 0.77% -
HSV(B) 27.74º 0.42% 0.98% -
XYZ 63.53 60.48 34.71 -
YUV 204.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 250 193 144 0 0.23 0.42 0.02 27.74 0.91 0.77
Hex FA C1 90 0 17 2A 2 1C 5B 4D
Octal 372 301 220 0 27 52 2 34 133 115
Binary 11111010 11000001 10010000 0 10111 101010 10 11100 1011011 1001101

Color Harmonies of #FAC190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC190

Black with #FAC190

Text Example


Text Example

White with #FAC190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC190; }

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

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

background-color css

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

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

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

border-color css

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

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

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