Html Css Color HEX #FAC090 Peach-Orange

📋 copy color: '#FAC090'

red 250 ◦ green 192 ◦ blue 144

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

Shades of Peach-Orange #FAC090

Tints of Peach-Orange #FAC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.76%

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

R = 42.66%
G = 32.76%
B = 24.57%

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

#FAC090 (or 0xFAC090) is known color: Peach-Orange. HEX triplet: FA, C0 and 90. RGB value is (250,192,144). Sum of RGB (Red+Green+Blue) = 250+192+144=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC090 is #053F6F. Grayscale: #CCCCCC. Windows color (decimal): -343920 or 9486586. OLE color: 9486586.

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

Color convert

RGB 250 192 144 -
CMYK 0 0.23 0.42 0.02
HSL 27.17º 0.91% 0.77% -
HSV(B) 27.17º 0.42% 0.98% -
XYZ 63.31 60.04 34.64 -
YUV 203.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 250 192 144 0 0.23 0.42 0.02 27.17 0.91 0.77
Hex FA C0 90 0 17 2A 2 1B 5B 4D
Octal 372 300 220 0 27 52 2 33 133 115
Binary 11111010 11000000 10010000 0 10111 101010 10 11011 1011011 1001101

Color Harmonies of #FAC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC090

Black with #FAC090

Text Example


Text Example

White with #FAC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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