#FCA850

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

Shades of Texas Rose #FCA850

Tints of Texas Rose #FCA850

Color information

#FCA850 (or 0xFCA850) is unknown color: approx Texas Rose. HEX triplet: FC, A8 and 50. RGB value is (252,168,80). Sum of RGB (Red+Green+Blue) = 252+168+80=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA850 is #0357AF. Grayscale: #B7B7B7. Windows color (decimal): -219056 or 5286140. OLE color: 5286140.

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

Color convert

RGB25216880-
CMYK00.330.680.01
HSL30.7º96.63%65.1%-
HSV(B)30.7º68.25%98.82%-
XYZ55.649.2814.17-
YUV183.0869.83177.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 80 (31.64% from 255) = 16%
R=50.4%
G=33.6%
B=16%

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
Decimal2521688000.330.680.0130.796.6365.1
HexFCA8500214411f6141
Octal374250120041104137141101
Binary111111001010100010100000100001100010011111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA850; }

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

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

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

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

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

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

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

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