Html Css Color HEX #FBC899 Peach-Orange

📋 copy color: '#FBC899'

red 251 ◦ green 200 ◦ blue 153

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

Shades of Peach-Orange #FBC899

Tints of Peach-Orange #FBC899

RGB

 RED value IS 251 (98.44% from 255) = 41.56%

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

 BLUE value IS 153 (60.16% from 255) = 25.33%

R = 41.56%
G = 33.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBC899 (or 0xFBC899) is known color: Peach-Orange. HEX triplet: FB, C8 and 99. RGB value is (251,200,153). Sum of RGB (Red+Green+Blue) = 251+200+153=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC899 is #043766. Grayscale: #D2D2D2. Windows color (decimal): -276327 or 10078459. OLE color: 10078459.

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

Color convert

RGB 251 200 153 -
CMYK 0 0.20 0.39 0.02
HSL 28.78º 0.92% 0.79% -
HSV(B) 28.78º 0.39% 0.98% -
XYZ 66.19 64.12 39.02 -
YUV 209.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 251 200 153 0 0.20 0.39 0.02 28.78 0.92 0.79
Hex FB C8 99 0 14 27 2 1D 5C 4F
Octal 373 310 231 0 24 47 2 35 134 117
Binary 11111011 11001000 10011001 0 10100 100111 10 11101 1011100 1001111

Color Harmonies of #FBC899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC899

Black with #FBC899

Text Example


Text Example

White with #FBC899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC899; }

 p { color: rgb(251,200,153); }

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

background-color css

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

 a { background-color: rgb(251,200,153); }

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

border-color css

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

 span { border-color: rgb(251,200,153); }

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