Html Css Color HEX #FAC88D Peach-Orange

📋 copy color: '#FAC88D'

red 250 ◦ green 200 ◦ blue 141

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

Shades of Peach-Orange #FAC88D

Tints of Peach-Orange #FAC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.84%

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 42.3%
G = 33.84%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAC88D (or 0xFAC88D) is known color: Peach-Orange. HEX triplet: FA, C8 and 8D. RGB value is (250,200,141). Sum of RGB (Red+Green+Blue) = 250+200+141=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88D is #053772. Grayscale: #D0D0D0. Windows color (decimal): -341875 or 9292026. OLE color: 9292026.

HSL color Cylindrical-coordinate representation of color #FAC88D: hue angle of 32.48º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAC88D is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 200 141 -
CMYK 0 0.2 0.44 0.02
HSL 32.48º 0.92% 0.77% -
HSV(B) 32.48º 0.44% 0.98% -
XYZ 64.89 63.56 34.05 -
YUV 208.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 250 200 141 0 0.2 0.44 0.02 32.48 0.92 0.77
Hex FA C8 8D 0 14 2C 2 20 5C 4D
Octal 372 310 215 0 24 54 2 40 134 115
Binary 11111010 11001000 10001101 0 10100 101100 10 100000 1011100 1001101

Color Harmonies of #FAC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC88D

Black with #FAC88D

Text Example


Text Example

White with #FAC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC88D; }

 p { color: rgb(250,200,141); }

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

background-color css

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

 a { background-color: rgb(250,200,141); }

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

border-color css

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

 span { border-color: rgb(250,200,141); }

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