#FEB65D

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

Shades of Texas Rose #FEB65D

Tints of Texas Rose #FEB65D

Color information

#FEB65D (or 0xFEB65D) is unknown color: approx Texas Rose. HEX triplet: FE, B6 and 5D. RGB value is (254,182,93). Sum of RGB (Red+Green+Blue) = 254+182+93=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB65D is #0149A2. Grayscale: #C1C1C1. Windows color (decimal): -84387 or 6141694. OLE color: 6141694.

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

Color convert

RGB25418293-
CMYK00.280.630.00
HSL33.17º98.77%68.04%-
HSV(B)33.17º63.39%99.61%-
XYZ59.5855.3217.89-
YUV193.3871.35171.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.02%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 93 (36.72% from 255) = 17.58%
R=48.02%
G=34.40%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541829300.280.630.0033.1798.7768.04
HexFEB65D01C3F0216344
Octal37626613503477041143104
Binary11111110101101101011101011100111111010000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB65D; }

 p { color: rgb(254,182,93); }

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

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

 a { background-color: rgb(254,182,93); }

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

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

 span { border-color: rgb(254,182,93); }

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