Html Css Color HEX #FEA954 Texas Rose

📋 copy color: '#FEA954'

red 254 ◦ green 169 ◦ blue 84

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

Shades of Texas Rose #FEA954

Tints of Texas Rose #FEA954

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.33%

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

R = 50.1%
G = 33.33%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEA954 (or 0xFEA954) is known color: Texas Rose. HEX triplet: FE, A9 and 54. RGB value is (254,169,84). Sum of RGB (Red+Green+Blue) = 254+169+84=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA954 is #0156AB. Grayscale: #B9B9B9. Windows color (decimal): -87724 or 5548542. OLE color: 5548542.

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

Color convert

RGB 254 169 84 -
CMYK 0 0.33 0.67 0.00
HSL 30º 0.99% 0.66% -
HSV(B) 30º 0.67% 1% -
XYZ 56.66 50.09 15.07 -
YUV 184.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 254 169 84 0 0.33 0.67 0.00 30 0.99 0.66
Hex FE A9 54 0 21 43 0 1E 63 42
Octal 376 251 124 0 41 103 0 36 143 102
Binary 11111110 10101001 1010100 0 100001 1000011 0 11110 1100011 1000010

Color Harmonies of #FEA954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA954

Black with #FEA954

Text Example


Text Example

White with #FEA954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA954; }

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

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

background-color css

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

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

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

border-color css

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

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

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