Html Css Color HEX #FAC990 Peach-Orange

📋 copy color: '#FAC990'

red 250 ◦ green 201 ◦ blue 144

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

Shades of Peach-Orange #FAC990

Tints of Peach-Orange #FAC990

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.78%

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

R = 42.02%
G = 33.78%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAC990 (or 0xFAC990) is known color: Peach-Orange. HEX triplet: FA, C9 and 90. RGB value is (250,201,144). Sum of RGB (Red+Green+Blue) = 250+201+144=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC990 is #05366F. Grayscale: #D1D1D1. Windows color (decimal): -341616 or 9488890. OLE color: 9488890.

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

Color convert

RGB 250 201 144 -
CMYK 0 0.20 0.42 0.02
HSL 32.26º 0.91% 0.77% -
HSV(B) 32.26º 0.42% 0.98% -
XYZ 65.35 64.11 35.32 -
YUV 209.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 250 201 144 0 0.20 0.42 0.02 32.26 0.91 0.77
Hex FA C9 90 0 14 2A 2 20 5B 4D
Octal 372 311 220 0 24 52 2 40 133 115
Binary 11111010 11001001 10010000 0 10100 101010 10 100000 1011011 1001101

Color Harmonies of #FAC990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC990

Black with #FAC990

Text Example


Text Example

White with #FAC990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC990; }

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

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

background-color css

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

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

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

border-color css

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

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

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