Html Css Color HEX #FACC90 Peach-Orange

📋 copy color: '#FACC90'

red 250 ◦ green 204 ◦ blue 144

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

Shades of Peach-Orange #FACC90

Tints of Peach-Orange #FACC90

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.11%

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

R = 41.81%
G = 34.11%
B = 24.08%

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

#FACC90 (or 0xFACC90) is known color: Peach-Orange. HEX triplet: FA, CC and 90. RGB value is (250,204,144). Sum of RGB (Red+Green+Blue) = 250+204+144=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC90 is #05336F. Grayscale: #D3D3D3. Windows color (decimal): -340848 or 9489658. OLE color: 9489658.

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

Color convert

RGB 250 204 144 -
CMYK 0 0.18 0.42 0.02
HSL 33.96º 0.91% 0.77% -
HSV(B) 33.96º 0.42% 0.98% -
XYZ 66.05 65.52 35.55 -
YUV 210.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 250 204 144 0 0.18 0.42 0.02 33.96 0.91 0.77
Hex FA CC 90 0 12 2A 2 22 5B 4D
Octal 372 314 220 0 22 52 2 42 133 115
Binary 11111010 11001100 10010000 0 10010 101010 10 100010 1011011 1001101

Color Harmonies of #FACC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC90

Black with #FACC90

Text Example


Text Example

White with #FACC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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