Html Css Color HEX #FACD90 Peach-Orange

📋 copy color: '#FACD90'

red 250 ◦ green 205 ◦ blue 144

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

Shades of Peach-Orange #FACD90

Tints of Peach-Orange #FACD90

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.22%

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

R = 41.74%
G = 34.22%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FACD90 (or 0xFACD90) is known color: Peach-Orange. HEX triplet: FA, CD and 90. RGB value is (250,205,144). Sum of RGB (Red+Green+Blue) = 250+205+144=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACD90 is #05326F. Grayscale: #D3D3D3. Windows color (decimal): -340592 or 9489914. OLE color: 9489914.

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

Color convert

RGB 250 205 144 -
CMYK 0 0.18 0.42 0.02
HSL 34.53º 0.91% 0.77% -
HSV(B) 34.53º 0.42% 0.98% -
XYZ 66.29 66 35.63 -
YUV 211.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 250 205 144 0 0.18 0.42 0.02 34.53 0.91 0.77
Hex FA CD 90 0 12 2A 2 23 5B 4D
Octal 372 315 220 0 22 52 2 43 133 115
Binary 11111010 11001101 10010000 0 10010 101010 10 100011 1011011 1001101

Color Harmonies of #FACD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD90

Black with #FACD90

Text Example


Text Example

White with #FACD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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