Html Css Color HEX #FEAC52 Texas Rose

📋 copy color: '#FEAC52'

red 254 ◦ green 172 ◦ blue 82

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

Shades of Texas Rose #FEAC52

Tints of Texas Rose #FEAC52

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.86%

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

R = 50%
G = 33.86%
B = 16.14%

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

#FEAC52 (or 0xFEAC52) is known color: Texas Rose. HEX triplet: FE, AC and 52. RGB value is (254,172,82). Sum of RGB (Red+Green+Blue) = 254+172+82=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC52 is #0153AD. Grayscale: #BABABA. Windows color (decimal): -86958 or 5418238. OLE color: 5418238.

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

Color convert

RGB 254 172 82 -
CMYK 0 0.32 0.68 0.00
HSL 31.4º 0.99% 0.66% -
HSV(B) 31.4º 0.68% 1% -
XYZ 57.15 51.19 14.85 -
YUV 186.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 254 172 82 0 0.32 0.68 0.00 31.4 0.99 0.66
Hex FE AC 52 0 20 44 0 1F 63 42
Octal 376 254 122 0 40 104 0 37 143 102
Binary 11111110 10101100 1010010 0 100000 1000100 0 11111 1100011 1000010

Color Harmonies of #FEAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC52

Black with #FEAC52

Text Example


Text Example

White with #FEAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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