#FEB359

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

Shades of Texas Rose #FEB359

Tints of Texas Rose #FEB359

Color information

#FEB359 (or 0xFEB359) is unknown color: approx Texas Rose. HEX triplet: FE, B3 and 59. RGB value is (254,179,89). Sum of RGB (Red+Green+Blue) = 254+179+89=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB359 is #014CA6. Grayscale: #BFBFBF. Windows color (decimal): -85159 or 5878782. OLE color: 5878782.

HSL color Cylindrical-coordinate representation of color #FEB359: hue angle of 32.73º 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 #FEB359 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB25417989-
CMYK00.300.650.00
HSL32.73º98.8%67.25%-
HSV(B)32.73º64.96%99.61%-
XYZ58.854.0316.78-
YUV191.1770.35172.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 179 (70.31% from 255) = 34.29%
BLUE value IS 89 (35.16% from 255) = 17.05%
R=48.66%
G=34.29%
B=17.05%

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
Decimal2541798900.300.650.0032.7398.867.25
HexFEB35901E410216343
Octal376263131036101041143103
Binary111111101011001110110010111101000001010000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB359; }

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

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

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

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

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

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

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

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