#FCAB52

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

Shades of Texas Rose #FCAB52

Tints of Texas Rose #FCAB52

Color information

#FCAB52 (or 0xFCAB52) is unknown color: approx Texas Rose. HEX triplet: FC, AB and 52. RGB value is (252,171,82). Sum of RGB (Red+Green+Blue) = 252+171+82=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB52 is #0354AD. Grayscale: #B9B9B9. Windows color (decimal): -218286 or 5417980. OLE color: 5417980.

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

Color convert

RGB25217182-
CMYK00.320.670.01
HSL31.41º96.59%65.49%-
HSV(B)31.41º67.46%98.82%-
XYZ56.2350.4314.75-
YUV185.0769.84175.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 82 (32.42% from 255) = 16.24%
R=49.90%
G=33.86%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521718200.320.670.0131.4196.5965.49
HexFCAB520204311f6141
Octal374253122040103137141101
Binary111111001010101110100100100000100001111111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB52; }

 p { color: rgb(252,171,82); }

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

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

 a { background-color: rgb(252,171,82); }

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

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

 span { border-color: rgb(252,171,82); }

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