#FEB259

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

Shades of Texas Rose #FEB259

Tints of Texas Rose #FEB259

Color information

#FEB259 (or 0xFEB259) is unknown color: approx Texas Rose. HEX triplet: FE, B2 and 59. RGB value is (254,178,89). Sum of RGB (Red+Green+Blue) = 254+178+89=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 89 (35.16% from 255 or 17.08% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB259 is #014DA6. Grayscale: #BFBFBF. Windows color (decimal): -85415 or 5878526. OLE color: 5878526.

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

Color convert

RGB25417889-
CMYK00.300.650.00
HSL32.36º98.8%67.25%-
HSV(B)32.36º64.96%99.61%-
XYZ58.653.6316.72-
YUV190.5870.68173.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 89 (35.16% from 255) = 17.08%
R=48.75%
G=34.17%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541788900.300.650.0032.3698.867.25
HexFEB25901E410206343
Octal376262131036101040143103
Binary111111101011001010110010111101000001010000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB259; }

 p { color: rgb(254,178,89); }

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

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

 a { background-color: rgb(254,178,89); }

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

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

 span { border-color: rgb(254,178,89); }

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