Html Css Color HEX #FEA953 Texas Rose

📋 copy color: '#FEA953'

red 254 ◦ green 169 ◦ blue 83

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

Shades of Texas Rose #FEA953

Tints of Texas Rose #FEA953

RGB

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

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

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

R = 50.2%
G = 33.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEA953 (or 0xFEA953) is known color: Texas Rose. HEX triplet: FE, A9 and 53. RGB value is (254,169,83). Sum of RGB (Red+Green+Blue) = 254+169+83=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA953 is #0156AC. Grayscale: #B9B9B9. Windows color (decimal): -87725 or 5483006. OLE color: 5483006.

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

Color convert

RGB 254 169 83 -
CMYK 0 0.33 0.67 0.00
HSL 30.18º 0.99% 0.66% -
HSV(B) 30.18º 0.67% 1% -
XYZ 56.62 50.07 14.86 -
YUV 184.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 254 169 83 0 0.33 0.67 0.00 30.18 0.99 0.66
Hex FE A9 53 0 21 43 0 1E 63 42
Octal 376 251 123 0 41 103 0 36 143 102
Binary 11111110 10101001 1010011 0 100001 1000011 0 11110 1100011 1000010

Color Harmonies of #FEA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA953

Black with #FEA953

Text Example


Text Example

White with #FEA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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