#FCAC57

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

Shades of Texas Rose #FCAC57

Tints of Texas Rose #FCAC57

Color information

#FCAC57 (or 0xFCAC57) is unknown color: approx Texas Rose. HEX triplet: FC, AC and 57. RGB value is (252,172,87). Sum of RGB (Red+Green+Blue) = 252+172+87=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC57 is #0353A8. Grayscale: #BABABA. Windows color (decimal): -218025 or 5745916. OLE color: 5745916.

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

Color convert

RGB25217287-
CMYK00.320.650.01
HSL30.91º96.49%66.47%-
HSV(B)30.91º65.48%98.82%-
XYZ56.6250.8915.86-
YUV186.2372174.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 87 (34.38% from 255) = 17.03%
R=49.32%
G=33.66%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521728700.320.650.0130.9196.4966.47
HexFCAC570204111f6042
Octal374254127040101137140102
Binary111111001010110010101110100000100000111111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAC57; }

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

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

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

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

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

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

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

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