Html Css Color HEX #FACC99 Peach-Orange

📋 copy color: '#FACC99'

red 250 ◦ green 204 ◦ blue 153

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

Shades of Peach-Orange #FACC99

Tints of Peach-Orange #FACC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.21%

R = 41.19%
G = 33.61%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FACC99 (or 0xFACC99) is known color: Peach-Orange. HEX triplet: FA, CC and 99. RGB value is (250,204,153). Sum of RGB (Red+Green+Blue) = 250+204+153=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACC99 is #053366. Grayscale: #D4D4D4. Windows color (decimal): -340839 or 10079482. OLE color: 10079482.

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

Color convert

RGB 250 204 153 -
CMYK 0 0.18 0.39 0.02
HSL 31.55º 0.91% 0.79% -
HSV(B) 31.55º 0.39% 0.98% -
XYZ 66.77 65.81 39.32 -
YUV 211.94 94.74 155.15 -
System Red Green Blue C M Y K H S L
Decimal 250 204 153 0 0.18 0.39 0.02 31.55 0.91 0.79
Hex FA CC 99 0 12 27 2 20 5B 4F
Octal 372 314 231 0 22 47 2 40 133 117
Binary 11111010 11001100 10011001 0 10010 100111 10 100000 1011011 1001111

Color Harmonies of #FACC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC99

Black with #FACC99

Text Example


Text Example

White with #FACC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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