Html Css Color HEX #FEA958 Texas Rose

📋 copy color: '#FEA958'

red 254 ◦ green 169 ◦ blue 88

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

Shades of Texas Rose #FEA958

Tints of Texas Rose #FEA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.22%

R = 49.71%
G = 33.07%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA958 (or 0xFEA958) is known color: Texas Rose. HEX triplet: FE, A9 and 58. RGB value is (254,169,88). Sum of RGB (Red+Green+Blue) = 254+169+88=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA958 is #0156A7. Grayscale: #B9B9B9. Windows color (decimal): -87720 or 5810686. OLE color: 5810686.

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

Color convert

RGB 254 169 88 -
CMYK 0 0.33 0.65 0.00
HSL 29.28º 0.99% 0.67% -
HSV(B) 29.28º 0.65% 1% -
XYZ 56.82 50.15 15.92 -
YUV 185.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 254 169 88 0 0.33 0.65 0.00 29.28 0.99 0.67
Hex FE A9 58 0 21 41 0 1D 63 43
Octal 376 251 130 0 41 101 0 35 143 103
Binary 11111110 10101001 1011000 0 100001 1000001 0 11101 1100011 1000011

Color Harmonies of #FEA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA958

Black with #FEA958

Text Example


Text Example

White with #FEA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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