Html Css Color HEX #FBC99A Peach-Orange

📋 copy color: '#FBC99A'

red 251 ◦ green 201 ◦ blue 154

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

Shades of Peach-Orange #FBC99A

Tints of Peach-Orange #FBC99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 41.42%
G = 33.17%
B = 25.41%

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

#FBC99A (or 0xFBC99A) is known color: Peach-Orange. HEX triplet: FB, C9 and 9A. RGB value is (251,201,154). Sum of RGB (Red+Green+Blue) = 251+201+154=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99A is #043665. Grayscale: #D2D2D2. Windows color (decimal): -276070 or 10144251. OLE color: 10144251.

HSL color Cylindrical-coordinate representation of color #FBC99A: hue angle of 29.07º 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 #FBC99A is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 154 -
CMYK 0 0.20 0.39 0.02
HSL 29.07º 0.92% 0.79% -
HSV(B) 29.07º 0.39% 0.98% -
XYZ 66.5 64.62 39.54 -
YUV 210.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 251 201 154 0 0.20 0.39 0.02 29.07 0.92 0.79
Hex FB C9 9A 0 14 27 2 1D 5C 4F
Octal 373 311 232 0 24 47 2 35 134 117
Binary 11111011 11001001 10011010 0 10100 100111 10 11101 1011100 1001111

Color Harmonies of #FBC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC99A

Black with #FBC99A

Text Example


Text Example

White with #FBC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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