#FEB75A

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

Shades of Texas Rose #FEB75A

Tints of Texas Rose #FEB75A

Color information

#FEB75A (or 0xFEB75A) is unknown color: approx Texas Rose. HEX triplet: FE, B7 and 5A. RGB value is (254,183,90). Sum of RGB (Red+Green+Blue) = 254+183+90=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB75A is #0148A5. Grayscale: #C2C2C2. Windows color (decimal): -84134 or 5945342. OLE color: 5945342.

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

Color convert

RGB25418390-
CMYK00.280.650.00
HSL34.02º98.8%67.45%-
HSV(B)34.02º64.57%99.61%-
XYZ59.6555.6817.28-
YUV193.6369.52171.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 90 (35.55% from 255) = 17.08%
R=48.20%
G=34.72%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541839000.280.650.0034.0298.867.45
HexFEB75A01C410226343
Octal376267132034101042143103
Binary111111101011011110110100111001000001010001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB75A; }

 p { color: rgb(254,183,90); }

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

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

 a { background-color: rgb(254,183,90); }

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

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

 span { border-color: rgb(254,183,90); }

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