Html Css Color HEX #FEAD5A Texas Rose

📋 copy color: '#FEAD5A'

red 254 ◦ green 173 ◦ blue 90

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

Shades of Texas Rose #FEAD5A

Tints of Texas Rose #FEAD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 49.13%
G = 33.46%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEAD5A (or 0xFEAD5A) is known color: Texas Rose. HEX triplet: FE, AD and 5A. RGB value is (254,173,90). Sum of RGB (Red+Green+Blue) = 254+173+90=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD5A is #0152A5. Grayscale: #BCBCBC. Windows color (decimal): -86694 or 5942782. OLE color: 5942782.

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

Color convert

RGB 254 173 90 -
CMYK 0 0.32 0.65 0.00
HSL 30.37º 0.99% 0.67% -
HSV(B) 30.37º 0.65% 1% -
XYZ 57.66 51.7 16.61 -
YUV 187.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 254 173 90 0 0.32 0.65 0.00 30.37 0.99 0.67
Hex FE AD 5A 0 20 41 0 1E 63 43
Octal 376 255 132 0 40 101 0 36 143 103
Binary 11111110 10101101 1011010 0 100000 1000001 0 11110 1100011 1000011

Color Harmonies of #FEAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD5A

Black with #FEAD5A

Text Example


Text Example

White with #FEAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD5A; }

 p { color: rgb(254,173,90); }

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

background-color css

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

 a { background-color: rgb(254,173,90); }

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

border-color css

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

 span { border-color: rgb(254,173,90); }

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