Html Css Color HEX #FEA858 Texas Rose

📋 copy color: '#FEA858'

red 254 ◦ green 168 ◦ blue 88

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

Shades of Texas Rose #FEA858

Tints of Texas Rose #FEA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

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

R = 49.8%
G = 32.94%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA858 (or 0xFEA858) is known color: Texas Rose. HEX triplet: FE, A8 and 58. RGB value is (254,168,88). Sum of RGB (Red+Green+Blue) = 254+168+88=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA858 is #0157A7. Grayscale: #B9B9B9. Windows color (decimal): -87976 or 5810430. OLE color: 5810430.

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

Color convert

RGB 254 168 88 -
CMYK 0 0.34 0.65 0.00
HSL 28.92º 0.99% 0.67% -
HSV(B) 28.92º 0.65% 1% -
XYZ 56.64 49.78 15.86 -
YUV 184.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 254 168 88 0 0.34 0.65 0.00 28.92 0.99 0.67
Hex FE A8 58 0 22 41 0 1D 63 43
Octal 376 250 130 0 42 101 0 35 143 103
Binary 11111110 10101000 1011000 0 100010 1000001 0 11101 1100011 1000011

Color Harmonies of #FEA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA858

Black with #FEA858

Text Example


Text Example

White with #FEA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA858; }

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

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

background-color css

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

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

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

border-color css

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

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

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