Html Css Color HEX #FEA555 Texas Rose

📋 copy color: '#FEA555'

red 254 ◦ green 165 ◦ blue 85

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

Shades of Texas Rose #FEA555

Tints of Texas Rose #FEA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 50.4%
G = 32.74%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEA555 (or 0xFEA555) is known color: Texas Rose. HEX triplet: FE, A5 and 55. RGB value is (254,165,85). Sum of RGB (Red+Green+Blue) = 254+165+85=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA555 is #015AAA. Grayscale: #B6B6B6. Windows color (decimal): -88747 or 5613054. OLE color: 5613054.

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

Color convert

RGB 254 165 85 -
CMYK 0 0.35 0.67 0.00
HSL 28.4º 0.99% 0.66% -
HSV(B) 28.4º 0.67% 1% -
XYZ 55.97 48.64 15.03 -
YUV 182.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 254 165 85 0 0.35 0.67 0.00 28.4 0.99 0.66
Hex FE A5 55 0 23 43 0 1C 63 42
Octal 376 245 125 0 43 103 0 34 143 102
Binary 11111110 10100101 1010101 0 100011 1000011 0 11100 1100011 1000010

Color Harmonies of #FEA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA555

Black with #FEA555

Text Example


Text Example

White with #FEA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA555; }

 p { color: rgb(254,165,85); }

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

background-color css

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

 a { background-color: rgb(254,165,85); }

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

border-color css

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

 span { border-color: rgb(254,165,85); }

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