#FCB154

Color #FCB154 Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #FCB154

Tints of Texas Rose #FCB154

Color information

#FCB154 (or 0xFCB154) is unknown color: approx Texas Rose. HEX triplet: FC, B1 and 54. RGB value is (252,177,84). Sum of RGB (Red+Green+Blue) = 252+177+84=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB154 is #034EAB. Grayscale: #BDBDBD. Windows color (decimal): -216748 or 5550588. OLE color: 5550588.

HSL color Cylindrical-coordinate representation of color #FCB154: hue angle of 33.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCB154 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25217784-
CMYK00.300.670.01
HSL33.21º96.55%65.88%-
HSV(B)33.21º66.67%98.82%-
XYZ57.4752.7815.55-
YUV188.8268.85173.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 84 (33.20% from 255) = 16.37%
R=49.12%
G=34.50%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521778400.300.670.0133.2196.5565.88
HexFCB15401E431216142
Octal374261124036103141141102
Binary111111001011000110101000111101000011110000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB154; }

 p { color: rgb(252,177,84); }

 H1.HeaderClassName
 {
   color: #FCB154;
 }
 .AnyTagClassName
 {
   color: #FCB154;
 }
</style>
background-color css

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

 a { background-color: rgb(252,177,84); }

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

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

 span { border-color: rgb(252,177,84); }

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