#FEA655

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

Shades of Texas Rose #FEA655

Tints of Texas Rose #FEA655

Color information

#FEA655 (or 0xFEA655) is unknown color: approx Texas Rose. HEX triplet: FE, A6 and 55. RGB value is (254,166,85). Sum of RGB (Red+Green+Blue) = 254+166+85=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA655 is #0159AA. Grayscale: #B7B7B7. Windows color (decimal): -88491 or 5613310. OLE color: 5613310.

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

Color convert

RGB25416685-
CMYK00.350.670.00
HSL28.76º98.83%66.47%-
HSV(B)28.76º66.54%99.61%-
XYZ56.154915.09-
YUV183.0872.65178.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 85 (33.59% from 255) = 16.83%
R=50.30%
G=32.87%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541668500.350.670.0028.7698.8366.47
HexFEA6550234301d6342
Octal376246125043103035143102
Binary111111101010011010101010100011100001101110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA655; }

 p { color: rgb(254,166,85); }

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

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

 a { background-color: rgb(254,166,85); }

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

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

 span { border-color: rgb(254,166,85); }

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