Html Css Color HEX #FAC88C Peach-Orange

📋 copy color: '#FAC88C'

red 250 ◦ green 200 ◦ blue 140

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

Shades of Peach-Orange #FAC88C

Tints of Peach-Orange #FAC88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.73%

R = 42.37%
G = 33.9%
B = 23.73%

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

#FAC88C (or 0xFAC88C) is known color: Peach-Orange. HEX triplet: FA, C8 and 8C. RGB value is (250,200,140). Sum of RGB (Red+Green+Blue) = 250+200+140=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC88C is #053773. Grayscale: #D0D0D0. Windows color (decimal): -341876 or 9226490. OLE color: 9226490.

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

Color convert

RGB 250 200 140 -
CMYK 0 0.2 0.44 0.02
HSL 32.73º 0.92% 0.76% -
HSV(B) 32.73º 0.44% 0.98% -
XYZ 64.81 63.53 33.66 -
YUV 208.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 250 200 140 0 0.2 0.44 0.02 32.73 0.92 0.76
Hex FA C8 8C 0 14 2C 2 21 5C 4C
Octal 372 310 214 0 24 54 2 41 134 114
Binary 11111010 11001000 10001100 0 10100 101100 10 100001 1011100 1001100

Color Harmonies of #FAC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC88C

Black with #FAC88C

Text Example


Text Example

White with #FAC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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