Html Css Color HEX #FEB054 Texas Rose

📋 copy color: '#FEB054'

red 254 ◦ green 176 ◦ blue 84

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

Shades of Texas Rose #FEB054

Tints of Texas Rose #FEB054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

 BLUE value IS 84 (33.2% from 255) = 16.34%

R = 49.42%
G = 34.24%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEB054 (or 0xFEB054) is known color: Texas Rose. HEX triplet: FE, B0 and 54. RGB value is (254,176,84). Sum of RGB (Red+Green+Blue) = 254+176+84=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB054 is #014FAB. Grayscale: #BDBDBD. Windows color (decimal): -85932 or 5550334. OLE color: 5550334.

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

Color convert

RGB 254 176 84 -
CMYK 0 0.31 0.67 0.00
HSL 32.47º 0.99% 0.66% -
HSV(B) 32.47º 0.67% 1% -
XYZ 58 52.76 15.51 -
YUV 188.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 254 176 84 0 0.31 0.67 0.00 32.47 0.99 0.66
Hex FE B0 54 0 1F 43 0 20 63 42
Octal 376 260 124 0 37 103 0 40 143 102
Binary 11111110 10110000 1010100 0 11111 1000011 0 100000 1100011 1000010

Color Harmonies of #FEB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB054

Black with #FEB054

Text Example


Text Example

White with #FEB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB054; }

 p { color: rgb(254,176,84); }

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

background-color css

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

 a { background-color: rgb(254,176,84); }

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

border-color css

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

 span { border-color: rgb(254,176,84); }

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