Html Css Color HEX #FEAD52 Texas Rose

📋 copy color: '#FEAD52'

red 254 ◦ green 173 ◦ blue 82

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

Shades of Texas Rose #FEAD52

Tints of Texas Rose #FEAD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.11%

R = 49.9%
G = 33.99%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEAD52 (or 0xFEAD52) is known color: Texas Rose. HEX triplet: FE, AD and 52. RGB value is (254,173,82). Sum of RGB (Red+Green+Blue) = 254+173+82=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD52 is #0152AD. Grayscale: #BBBBBB. Windows color (decimal): -86702 or 5418494. OLE color: 5418494.

HSL color Cylindrical-coordinate representation of color #FEAD52: hue angle of 31.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEAD52 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 82 -
CMYK 0 0.32 0.68 0.00
HSL 31.74º 0.99% 0.66% -
HSV(B) 31.74º 0.68% 1% -
XYZ 57.34 51.57 14.91 -
YUV 186.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 254 173 82 0 0.32 0.68 0.00 31.74 0.99 0.66
Hex FE AD 52 0 20 44 0 20 63 42
Octal 376 255 122 0 40 104 0 40 143 102
Binary 11111110 10101101 1010010 0 100000 1000100 0 100000 1100011 1000010

Color Harmonies of #FEAD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD52

Black with #FEAD52

Text Example


Text Example

White with #FEAD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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