Html Css Color HEX #FEA950 Texas Rose

📋 copy color: '#FEA950'

red 254 ◦ green 169 ◦ blue 80

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

Shades of Texas Rose #FEA950

Tints of Texas Rose #FEA950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 50.5%
G = 33.6%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA950 (or 0xFEA950) is known color: Texas Rose. HEX triplet: FE, A9 and 50. RGB value is (254,169,80). Sum of RGB (Red+Green+Blue) = 254+169+80=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA950 is #0156AF. Grayscale: #B8B8B8. Windows color (decimal): -87728 or 5286398. OLE color: 5286398.

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

Color convert

RGB 254 169 80 -
CMYK 0 0.33 0.69 0.00
HSL 30.69º 0.99% 0.65% -
HSV(B) 30.69º 0.69% 1% -
XYZ 56.51 50.03 14.27 -
YUV 184.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 254 169 80 0 0.33 0.69 0.00 30.69 0.99 0.65
Hex FE A9 50 0 21 45 0 1F 63 41
Octal 376 251 120 0 41 105 0 37 143 101
Binary 11111110 10101001 1010000 0 100001 1000101 0 11111 1100011 1000001

Color Harmonies of #FEA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA950

Black with #FEA950

Text Example


Text Example

White with #FEA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA950; }

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

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

background-color css

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

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

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

border-color css

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

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

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