Html Css Color HEX #FEB85E Texas Rose

📋 copy color: '#FEB85E'

red 254 ◦ green 184 ◦ blue 94

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

Shades of Texas Rose #FEB85E

Tints of Texas Rose #FEB85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 47.74%
G = 34.59%
B = 17.67%

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

#FEB85E (or 0xFEB85E) is known color: Texas Rose. HEX triplet: FE, B8 and 5E. RGB value is (254,184,94). Sum of RGB (Red+Green+Blue) = 254+184+94=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB85E is #0147A1. Grayscale: #C3C3C3. Windows color (decimal): -83874 or 6207742. OLE color: 6207742.

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

Color convert

RGB 254 184 94 -
CMYK 0 0.28 0.63 0.00
HSL 33.75º 0.99% 0.68% -
HSV(B) 33.75º 0.63% 1% -
XYZ 60.03 56.16 18.27 -
YUV 194.67 71.19 170.32 -
System Red Green Blue C M Y K H S L
Decimal 254 184 94 0 0.28 0.63 0.00 33.75 0.99 0.68
Hex FE B8 5E 0 1C 3F 0 22 63 44
Octal 376 270 136 0 34 77 0 42 143 104
Binary 11111110 10111000 1011110 0 11100 111111 0 100010 1100011 1000100

Color Harmonies of #FEB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB85E

Black with #FEB85E

Text Example


Text Example

White with #FEB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB85E; }

 p { color: rgb(254,184,94); }

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

background-color css

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

 a { background-color: rgb(254,184,94); }

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

border-color css

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

 span { border-color: rgb(254,184,94); }

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