Html Css Color HEX #FEB75D Texas Rose

📋 copy color: '#FEB75D'

red 254 ◦ green 183 ◦ blue 93

#FEB75D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas Rose #FEB75D

Tints of Texas Rose #FEB75D

RGB

 RED value IS 254 (99.61% from 255) = 47.92%

 GREEN value IS 183 (71.88% from 255) = 34.53%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 47.92%
G = 34.53%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEB75D (or 0xFEB75D) is known color: Texas Rose. HEX triplet: FE, B7 and 5D. RGB value is (254,183,93). Sum of RGB (Red+Green+Blue) = 254+183+93=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB75D is #0148A2. Grayscale: #C2C2C2. Windows color (decimal): -84131 or 6141950. OLE color: 6141950.

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

Color convert

RGB 254 183 93 -
CMYK 0 0.28 0.63 0.00
HSL 33.54º 0.99% 0.68% -
HSV(B) 33.54º 0.63% 1% -
XYZ 59.78 55.73 17.96 -
YUV 193.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 254 183 93 0 0.28 0.63 0.00 33.54 0.99 0.68
Hex FE B7 5D 0 1C 3F 0 22 63 44
Octal 376 267 135 0 34 77 0 42 143 104
Binary 11111110 10110111 1011101 0 11100 111111 0 100010 1100011 1000100

Color Harmonies of #FEB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB75D

Black with #FEB75D

Text Example


Text Example

White with #FEB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB75D; }

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

 H1.HeaderClassName
 {
   color: #FEB75D;
 }
 .AnyTagClassName
 {
   color: #FEB75D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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