Html Css Color HEX #FBC99D Peach-Orange

📋 copy color: '#FBC99D'

red 251 ◦ green 201 ◦ blue 157

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

Shades of Peach-Orange #FBC99D

Tints of Peach-Orange #FBC99D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33%

 BLUE value IS 157 (61.72% from 255) = 25.78%

R = 41.22%
G = 33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBC99D (or 0xFBC99D) is known color: Peach-Orange. HEX triplet: FB, C9 and 9D. RGB value is (251,201,157). Sum of RGB (Red+Green+Blue) = 251+201+157=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99D is #043662. Grayscale: #D3D3D3. Windows color (decimal): -276067 or 10340859. OLE color: 10340859.

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

Color convert

RGB 251 201 157 -
CMYK 0 0.20 0.37 0.02
HSL 28.09º 0.92% 0.8% -
HSV(B) 28.09º 0.37% 0.98% -
XYZ 66.76 64.72 40.87 -
YUV 210.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 251 201 157 0 0.20 0.37 0.02 28.09 0.92 0.8
Hex FB C9 9D 0 14 25 2 1C 5C 50
Octal 373 311 235 0 24 45 2 34 134 120
Binary 11111011 11001001 10011101 0 10100 100101 10 11100 1011100 1010000

Color Harmonies of #FBC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC99D

Black with #FBC99D

Text Example


Text Example

White with #FBC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC99D; }

 p { color: rgb(251,201,157); }

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

background-color css

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

 a { background-color: rgb(251,201,157); }

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

border-color css

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

 span { border-color: rgb(251,201,157); }

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