Html Css Color HEX #FAC89B Peach-Orange

📋 copy color: '#FAC89B'

red 250 ◦ green 200 ◦ blue 155

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

Shades of Peach-Orange #FAC89B

Tints of Peach-Orange #FAC89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 41.32%
G = 33.06%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC89B (or 0xFAC89B) is known color: Peach-Orange. HEX triplet: FA, C8 and 9B. RGB value is (250,200,155). Sum of RGB (Red+Green+Blue) = 250+200+155=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89B is #053764. Grayscale: #D2D2D2. Windows color (decimal): -341861 or 10209530. OLE color: 10209530.

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

Color convert

RGB 250 200 155 -
CMYK 0 0.2 0.38 0.02
HSL 28.42º 0.9% 0.79% -
HSV(B) 28.42º 0.38% 0.98% -
XYZ 66 64 39.89 -
YUV 209.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 250 200 155 0 0.2 0.38 0.02 28.42 0.9 0.79
Hex FA C8 9B 0 14 26 2 1C 5A 4F
Octal 372 310 233 0 24 46 2 34 132 117
Binary 11111010 11001000 10011011 0 10100 100110 10 11100 1011010 1001111

Color Harmonies of #FAC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC89B

Black with #FAC89B

Text Example


Text Example

White with #FAC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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