Html Css Color HEX #FEAF54 Texas Rose

📋 copy color: '#FEAF54'

red 254 ◦ green 175 ◦ blue 84

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

Shades of Texas Rose #FEAF54

Tints of Texas Rose #FEAF54

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 49.51%
G = 34.11%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEAF54 (or 0xFEAF54) is known color: Texas Rose. HEX triplet: FE, AF and 54. RGB value is (254,175,84). Sum of RGB (Red+Green+Blue) = 254+175+84=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF54 is #0150AB. Grayscale: #BCBCBC. Windows color (decimal): -86188 or 5550078. OLE color: 5550078.

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

Color convert

RGB 254 175 84 -
CMYK 0 0.31 0.67 0.00
HSL 32.12º 0.99% 0.66% -
HSV(B) 32.12º 0.67% 1% -
XYZ 57.8 52.37 15.45 -
YUV 188.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 254 175 84 0 0.31 0.67 0.00 32.12 0.99 0.66
Hex FE AF 54 0 1F 43 0 20 63 42
Octal 376 257 124 0 37 103 0 40 143 102
Binary 11111110 10101111 1010100 0 11111 1000011 0 100000 1100011 1000010

Color Harmonies of #FEAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF54

Black with #FEAF54

Text Example


Text Example

White with #FEAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF54; }

 p { color: rgb(254,175,84); }

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

background-color css

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

 a { background-color: rgb(254,175,84); }

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

border-color css

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

 span { border-color: rgb(254,175,84); }

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