Html Css Color HEX #FACE90 Peach-Orange

📋 copy color: '#FACE90'

red 250 ◦ green 206 ◦ blue 144

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

Shades of Peach-Orange #FACE90

Tints of Peach-Orange #FACE90

RGB

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

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

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

R = 41.67%
G = 34.33%
B = 24%

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

#FACE90 (or 0xFACE90) is known color: Peach-Orange. HEX triplet: FA, CE and 90. RGB value is (250,206,144). Sum of RGB (Red+Green+Blue) = 250+206+144=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACE90 is #05316F. Grayscale: #D4D4D4. Windows color (decimal): -340336 or 9490170. OLE color: 9490170.

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

Color convert

RGB 250 206 144 -
CMYK 0 0.18 0.42 0.02
HSL 35.09º 0.91% 0.77% -
HSV(B) 35.09º 0.42% 0.98% -
XYZ 66.53 66.48 35.71 -
YUV 212.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 250 206 144 0 0.18 0.42 0.02 35.09 0.91 0.77
Hex FA CE 90 0 12 2A 2 23 5B 4D
Octal 372 316 220 0 22 52 2 43 133 115
Binary 11111010 11001110 10010000 0 10010 101010 10 100011 1011011 1001101

Color Harmonies of #FACE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACE90

Black with #FACE90

Text Example


Text Example

White with #FACE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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