Html Css Color HEX #FACA90 Peach-Orange

📋 copy color: '#FACA90'

red 250 ◦ green 202 ◦ blue 144

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

Shades of Peach-Orange #FACA90

Tints of Peach-Orange #FACA90

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.89%

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

R = 41.95%
G = 33.89%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FACA90 (or 0xFACA90) is known color: Peach-Orange. HEX triplet: FA, CA and 90. RGB value is (250,202,144). Sum of RGB (Red+Green+Blue) = 250+202+144=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACA90 is #05356F. Grayscale: #D2D2D2. Windows color (decimal): -341360 or 9489146. OLE color: 9489146.

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

Color convert

RGB 250 202 144 -
CMYK 0 0.19 0.42 0.02
HSL 32.83º 0.91% 0.77% -
HSV(B) 32.83º 0.42% 0.98% -
XYZ 65.58 64.58 35.39 -
YUV 209.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 250 202 144 0 0.19 0.42 0.02 32.83 0.91 0.77
Hex FA CA 90 0 13 2A 2 21 5B 4D
Octal 372 312 220 0 23 52 2 41 133 115
Binary 11111010 11001010 10010000 0 10011 101010 10 100001 1011011 1001101

Color Harmonies of #FACA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA90

Black with #FACA90

Text Example


Text Example

White with #FACA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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