Html Css Color HEX #FAC88F Peach-Orange

📋 copy color: '#FAC88F'

red 250 ◦ green 200 ◦ blue 143

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

Shades of Peach-Orange #FAC88F

Tints of Peach-Orange #FAC88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.11%

R = 42.16%
G = 33.73%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAC88F (or 0xFAC88F) is known color: Peach-Orange. HEX triplet: FA, C8 and 8F. RGB value is (250,200,143). Sum of RGB (Red+Green+Blue) = 250+200+143=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88F is #053770. Grayscale: #D0D0D0. Windows color (decimal): -341873 or 9423098. OLE color: 9423098.

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

Color convert

RGB 250 200 143 -
CMYK 0 0.2 0.43 0.02
HSL 31.96º 0.91% 0.77% -
HSV(B) 31.96º 0.43% 0.98% -
XYZ 65.04 63.62 34.84 -
YUV 208.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 250 200 143 0 0.2 0.43 0.02 31.96 0.91 0.77
Hex FA C8 8F 0 14 2B 2 20 5B 4D
Octal 372 310 217 0 24 53 2 40 133 115
Binary 11111010 11001000 10001111 0 10100 101011 10 100000 1011011 1001101

Color Harmonies of #FAC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC88F

Black with #FAC88F

Text Example


Text Example

White with #FAC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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