#FCB057

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

Shades of Texas Rose #FCB057

Tints of Texas Rose #FCB057

Color information

#FCB057 (or 0xFCB057) is unknown color: approx Texas Rose. HEX triplet: FC, B0 and 57. RGB value is (252,176,87). Sum of RGB (Red+Green+Blue) = 252+176+87=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB057 is #034FA8. Grayscale: #BDBDBD. Windows color (decimal): -217001 or 5746940. OLE color: 5746940.

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

Color convert

RGB25217687-
CMYK00.300.650.01
HSL32.36º96.49%66.47%-
HSV(B)32.36º65.48%98.82%-
XYZ57.3952.4316.11-
YUV188.5870.68173.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 87 (34.38% from 255) = 16.89%
R=48.93%
G=34.17%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521768700.300.650.0132.3696.4966.47
HexFCB05701E411206042
Octal374260127036101140140102
Binary111111001011000010101110111101000001110000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB057; }

 p { color: rgb(252,176,87); }

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

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

 a { background-color: rgb(252,176,87); }

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

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

 span { border-color: rgb(252,176,87); }

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