#FEB457

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

Shades of Texas Rose #FEB457

Tints of Texas Rose #FEB457

Color information

#FEB457 (or 0xFEB457) is unknown color: approx Texas Rose. HEX triplet: FE, B4 and 57. RGB value is (254,180,87). Sum of RGB (Red+Green+Blue) = 254+180+87=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB457 is #014BA8. Grayscale: #BFBFBF. Windows color (decimal): -84905 or 5747966. OLE color: 5747966.

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

Color convert

RGB25418087-
CMYK00.290.660.00
HSL33.41º98.82%66.86%-
HSV(B)33.41º65.75%99.61%-
XYZ58.9154.416.41-
YUV191.5269.02172.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 87 (34.38% from 255) = 16.70%
R=48.75%
G=34.55%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541808700.290.660.0033.4198.8266.86
HexFEB45701D420216343
Octal376264127035102041143103
Binary111111101011010010101110111011000010010000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB457; }

 p { color: rgb(254,180,87); }

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

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

 a { background-color: rgb(254,180,87); }

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

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

 span { border-color: rgb(254,180,87); }

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