Html Css Color HEX #FAC99A Peach-Orange

📋 copy color: '#FAC99A'

red 250 ◦ green 201 ◦ blue 154

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

Shades of Peach-Orange #FAC99A

Tints of Peach-Orange #FAC99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.22%

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

R = 41.32%
G = 33.22%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC99A (or 0xFAC99A) is known color: Peach-Orange. HEX triplet: FA, C9 and 9A. RGB value is (250,201,154). Sum of RGB (Red+Green+Blue) = 250+201+154=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC99A is #053665. Grayscale: #D2D2D2. Windows color (decimal): -341606 or 10144250. OLE color: 10144250.

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

Color convert

RGB 250 201 154 -
CMYK 0 0.20 0.38 0.02
HSL 29.38º 0.91% 0.79% -
HSV(B) 29.38º 0.38% 0.98% -
XYZ 66.14 64.43 39.52 -
YUV 210.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 250 201 154 0 0.20 0.38 0.02 29.38 0.91 0.79
Hex FA C9 9A 0 14 26 2 1D 5B 4F
Octal 372 311 232 0 24 46 2 35 133 117
Binary 11111010 11001001 10011010 0 10100 100110 10 11101 1011011 1001111

Color Harmonies of #FAC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC99A

Black with #FAC99A

Text Example


Text Example

White with #FAC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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