Html Css Color HEX #FCC89B Peach-Orange

📋 copy color: '#FCC89B'

red 252 ◦ green 200 ◦ blue 155

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

Shades of Peach-Orange #FCC89B

Tints of Peach-Orange #FCC89B

RGB

 RED value IS 252 (98.83% from 255) = 41.52%

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

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

R = 41.52%
G = 32.95%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCC89B (or 0xFCC89B) is known color: Peach-Orange. HEX triplet: FC, C8 and 9B. RGB value is (252,200,155). Sum of RGB (Red+Green+Blue) = 252+200+155=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC89B is #033764. Grayscale: #D2D2D2. Windows color (decimal): -210789 or 10209532. OLE color: 10209532.

HSL color Cylindrical-coordinate representation of color #FCC89B: hue angle of 27.84º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC89B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 155 -
CMYK 0 0.21 0.38 0.01
HSL 27.84º 0.94% 0.8% -
HSV(B) 27.84º 0.38% 0.99% -
XYZ 66.72 64.37 39.92 -
YUV 210.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 252 200 155 0 0.21 0.38 0.01 27.84 0.94 0.8
Hex FC C8 9B 0 15 26 1 1C 5E 50
Octal 374 310 233 0 25 46 1 34 136 120
Binary 11111100 11001000 10011011 0 10101 100110 1 11100 1011110 1010000

Color Harmonies of #FCC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC89B

Black with #FCC89B

Text Example


Text Example

White with #FCC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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