#FCA950

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

Shades of Texas Rose #FCA950

Tints of Texas Rose #FCA950

Color information

#FCA950 (or 0xFCA950) is unknown color: approx Texas Rose. HEX triplet: FC, A9 and 50. RGB value is (252,169,80). Sum of RGB (Red+Green+Blue) = 252+169+80=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA950 is #0356AF. Grayscale: #B8B8B8. Windows color (decimal): -218800 or 5286396. OLE color: 5286396.

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

Color convert

RGB25216980-
CMYK00.330.680.01
HSL31.05º96.63%65.1%-
HSV(B)31.05º68.25%98.82%-
XYZ55.7849.6514.23-
YUV183.6769.5176.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.30%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=50.30%
G=33.73%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521698000.330.680.0131.0596.6365.1
HexFCA9500214411f6141
Octal374251120041104137141101
Binary111111001010100110100000100001100010011111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA950; }

 p { color: rgb(252,169,80); }

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

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

 a { background-color: rgb(252,169,80); }

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

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

 span { border-color: rgb(252,169,80); }

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