Html Css Color HEX #FACE9A Peach-Orange

📋 copy color: '#FACE9A'

red 250 ◦ green 206 ◦ blue 154

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

Shades of Peach-Orange #FACE9A

Tints of Peach-Orange #FACE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 154 (60.55% from 255) = 25.25%

R = 40.98%
G = 33.77%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FACE9A (or 0xFACE9A) is known color: Peach-Orange. HEX triplet: FA, CE and 9A. RGB value is (250,206,154). Sum of RGB (Red+Green+Blue) = 250+206+154=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE9A is #053165. Grayscale: #D5D5D5. Windows color (decimal): -340326 or 10145530. OLE color: 10145530.

HSL color Cylindrical-coordinate representation of color #FACE9A: hue angle of 32.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FACE9A is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 206 154 -
CMYK 0 0.18 0.38 0.02
HSL 32.5º 0.91% 0.79% -
HSV(B) 32.5º 0.38% 0.98% -
XYZ 67.33 66.8 39.92 -
YUV 213.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 250 206 154 0 0.18 0.38 0.02 32.5 0.91 0.79
Hex FA CE 9A 0 12 26 2 20 5B 4F
Octal 372 316 232 0 22 46 2 40 133 117
Binary 11111010 11001110 10011010 0 10010 100110 10 100000 1011011 1001111

Color Harmonies of #FACE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE9A

Black with #FACE9A

Text Example


Text Example

White with #FACE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE9A; }

 p { color: rgb(250,206,154); }

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

background-color css

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

 a { background-color: rgb(250,206,154); }

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

border-color css

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

 span { border-color: rgb(250,206,154); }

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