#FDA553

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

Shades of Texas Rose #FDA553

Tints of Texas Rose #FDA553

Color information

#FDA553 (or 0xFDA553) is unknown color: approx Texas Rose. HEX triplet: FD, A5 and 53. RGB value is (253,165,83). Sum of RGB (Red+Green+Blue) = 253+165+83=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA553 is #025AAC. Grayscale: #B6B6B6. Windows color (decimal): -154285 or 5481981. OLE color: 5481981.

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

Color convert

RGB25316583-
CMYK00.350.670.01
HSL28.94º97.7%65.88%-
HSV(B)28.94º67.19%99.22%-
XYZ55.5248.4214.6-
YUV181.9672.15178.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 83 (32.81% from 255) = 16.57%
R=50.50%
G=32.93%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531658300.350.670.0128.9497.765.88
HexFDA5530234311d6242
Octal375245123043103135142102
Binary111111011010010110100110100011100001111110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA553; }

 p { color: rgb(253,165,83); }

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

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

 a { background-color: rgb(253,165,83); }

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

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

 span { border-color: rgb(253,165,83); }

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