#FCB45D

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

Shades of Texas Rose #FCB45D

Tints of Texas Rose #FCB45D

Color information

#FCB45D (or 0xFCB45D) is unknown color: approx Texas Rose. HEX triplet: FC, B4 and 5D. RGB value is (252,180,93). Sum of RGB (Red+Green+Blue) = 252+180+93=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB45D is #034BA2. Grayscale: #C0C0C0. Windows color (decimal): -215971 or 6141180. OLE color: 6141180.

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

Color convert

RGB25218093-
CMYK00.290.630.01
HSL32.83º96.36%67.65%-
HSV(B)32.83º63.1%98.82%-
XYZ58.4454.1317.72-
YUV191.6172.35171.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 180 (70.70% from 255) = 34.29%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=48%
G=34.29%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521809300.290.630.0132.8396.3667.65
HexFCB45D01D3F1216044
Octal37426413503577141140104
Binary11111100101101001011101011101111111110000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB45D; }

 p { color: rgb(252,180,93); }

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

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

 a { background-color: rgb(252,180,93); }

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

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

 span { border-color: rgb(252,180,93); }

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