#FCB254

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

Shades of Texas Rose #FCB254

Tints of Texas Rose #FCB254

Color information

#FCB254 (or 0xFCB254) is unknown color: approx Texas Rose. HEX triplet: FC, B2 and 54. RGB value is (252,178,84). Sum of RGB (Red+Green+Blue) = 252+178+84=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB254 is #034DAB. Grayscale: #BDBDBD. Windows color (decimal): -216492 or 5550844. OLE color: 5550844.

HSL color Cylindrical-coordinate representation of color #FCB254: hue angle of 33.57º 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 #FCB254 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25217884-
CMYK00.290.670.01
HSL33.57º96.55%65.88%-
HSV(B)33.57º66.67%98.82%-
XYZ57.6753.1815.61-
YUV189.4168.52172.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 84 (33.20% from 255) = 16.34%
R=49.03%
G=34.63%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521788400.290.670.0133.5796.5565.88
HexFCB25401D431226142
Octal374262124035103142141102
Binary111111001011001010101000111011000011110001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB254; }

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

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

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

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

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

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

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

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