#FDA654

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

Shades of Texas Rose #FDA654

Tints of Texas Rose #FDA654

Color information

#FDA654 (or 0xFDA654) is unknown color: approx Texas Rose. HEX triplet: FD, A6 and 54. RGB value is (253,166,84). Sum of RGB (Red+Green+Blue) = 253+166+84=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA654 is #0259AB. Grayscale: #B7B7B7. Windows color (decimal): -154028 or 5547773. OLE color: 5547773.

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

Color convert

RGB25316684-
CMYK00.340.670.01
HSL29.11º97.69%66.08%-
HSV(B)29.11º66.8%99.22%-
XYZ55.7448.814.87-
YUV182.6672.32178.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 84 (33.20% from 255) = 16.70%
R=50.30%
G=33.00%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531668400.340.670.0129.1197.6966.08
HexFDA6540224311d6242
Octal375246124042103135142102
Binary111111011010011010101000100010100001111110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA654; }

 p { color: rgb(253,166,84); }

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

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

 a { background-color: rgb(253,166,84); }

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

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

 span { border-color: rgb(253,166,84); }

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