Html Css Color HEX #FEB052 Texas Rose

📋 copy color: '#FEB052'

red 254 ◦ green 176 ◦ blue 82

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

Shades of Texas Rose #FEB052

Tints of Texas Rose #FEB052

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

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

R = 49.61%
G = 34.38%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEB052 (or 0xFEB052) is known color: Texas Rose. HEX triplet: FE, B0 and 52. RGB value is (254,176,82). Sum of RGB (Red+Green+Blue) = 254+176+82=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB052 is #014FAD. Grayscale: #BDBDBD. Windows color (decimal): -85934 or 5419262. OLE color: 5419262.

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

Color convert

RGB 254 176 82 -
CMYK 0 0.31 0.68 0.00
HSL 32.79º 0.99% 0.66% -
HSV(B) 32.79º 0.68% 1% -
XYZ 57.92 52.73 15.11 -
YUV 188.61 67.84 174.64 -
System Red Green Blue C M Y K H S L
Decimal 254 176 82 0 0.31 0.68 0.00 32.79 0.99 0.66
Hex FE B0 52 0 1F 44 0 21 63 42
Octal 376 260 122 0 37 104 0 41 143 102
Binary 11111110 10110000 1010010 0 11111 1000100 0 100001 1100011 1000010

Color Harmonies of #FEB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB052

Black with #FEB052

Text Example


Text Example

White with #FEB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB052; }

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

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

background-color css

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

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

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

border-color css

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

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

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