Html Css Color HEX #FEA653 Texas Rose

📋 copy color: '#FEA653'

red 254 ◦ green 166 ◦ blue 83

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

Shades of Texas Rose #FEA653

Tints of Texas Rose #FEA653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 83 (32.81% from 255) = 16.5%

R = 50.5%
G = 33%
B = 16.5%

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

#FEA653 (or 0xFEA653) is known color: Texas Rose. HEX triplet: FE, A6 and 53. RGB value is (254,166,83). Sum of RGB (Red+Green+Blue) = 254+166+83=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA653 is #0159AC. Grayscale: #B7B7B7. Windows color (decimal): -88493 or 5482238. OLE color: 5482238.

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

Color convert

RGB 254 166 83 -
CMYK 0 0.35 0.67 0.00
HSL 29.12º 0.99% 0.66% -
HSV(B) 29.12º 0.67% 1% -
XYZ 56.07 48.97 14.68 -
YUV 182.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 254 166 83 0 0.35 0.67 0.00 29.12 0.99 0.66
Hex FE A6 53 0 23 43 0 1D 63 42
Octal 376 246 123 0 43 103 0 35 143 102
Binary 11111110 10100110 1010011 0 100011 1000011 0 11101 1100011 1000010

Color Harmonies of #FEA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA653

Black with #FEA653

Text Example


Text Example

White with #FEA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA653; }

 p { color: rgb(254,166,83); }

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

background-color css

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

 a { background-color: rgb(254,166,83); }

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

border-color css

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

 span { border-color: rgb(254,166,83); }

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