Html Css Color HEX #FEA852 Texas Rose

📋 copy color: '#FEA852'

red 254 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #FEA852

Tints of Texas Rose #FEA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 50.4%
G = 33.33%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEA852 (or 0xFEA852) is known color: Texas Rose. HEX triplet: FE, A8 and 52. RGB value is (254,168,82). Sum of RGB (Red+Green+Blue) = 254+168+82=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA852 is #0157AD. Grayscale: #B8B8B8. Windows color (decimal): -87982 or 5417214. OLE color: 5417214.

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

Color convert

RGB 254 168 82 -
CMYK 0 0.34 0.68 0.00
HSL 30º 0.99% 0.66% -
HSV(B) 30º 0.68% 1% -
XYZ 56.4 49.69 14.6 -
YUV 183.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 254 168 82 0 0.34 0.68 0.00 30 0.99 0.66
Hex FE A8 52 0 22 44 0 1E 63 42
Octal 376 250 122 0 42 104 0 36 143 102
Binary 11111110 10101000 1010010 0 100010 1000100 0 11110 1100011 1000010

Color Harmonies of #FEA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA852

Black with #FEA852

Text Example


Text Example

White with #FEA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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