#FCA857

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

Shades of Texas Rose #FCA857

Tints of Texas Rose #FCA857

Color information

#FCA857 (or 0xFCA857) is unknown color: approx Texas Rose. HEX triplet: FC, A8 and 57. RGB value is (252,168,87). Sum of RGB (Red+Green+Blue) = 252+168+87=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA857 is #0357A8. Grayscale: #B8B8B8. Windows color (decimal): -219049 or 5744892. OLE color: 5744892.

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

Color convert

RGB25216887-
CMYK00.330.650.01
HSL29.45º96.49%66.47%-
HSV(B)29.45º65.48%98.82%-
XYZ55.8749.3915.61-
YUV183.8873.33176.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.70%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 87 (34.38% from 255) = 17.16%
R=49.70%
G=33.14%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521688700.330.650.0129.4596.4966.47
HexFCA8570214111d6042
Octal374250127041101135140102
Binary111111001010100010101110100001100000111110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA857; }

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

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

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

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

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

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

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

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