Html Css Color HEX #FEB053 Texas Rose

📋 copy color: '#FEB053'

red 254 ◦ green 176 ◦ blue 83

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

Shades of Texas Rose #FEB053

Tints of Texas Rose #FEB053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.18%

R = 49.51%
G = 34.31%
B = 16.18%

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

#FEB053 (or 0xFEB053) is known color: Texas Rose. HEX triplet: FE, B0 and 53. RGB value is (254,176,83). Sum of RGB (Red+Green+Blue) = 254+176+83=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB053 is #014FAC. Grayscale: #BDBDBD. Windows color (decimal): -85933 or 5484798. OLE color: 5484798.

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

Color convert

RGB 254 176 83 -
CMYK 0 0.31 0.67 0.00
HSL 32.63º 0.99% 0.66% -
HSV(B) 32.63º 0.67% 1% -
XYZ 57.96 52.75 15.31 -
YUV 188.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 254 176 83 0 0.31 0.67 0.00 32.63 0.99 0.66
Hex FE B0 53 0 1F 43 0 21 63 42
Octal 376 260 123 0 37 103 0 41 143 102
Binary 11111110 10110000 1010011 0 11111 1000011 0 100001 1100011 1000010

Color Harmonies of #FEB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB053

Black with #FEB053

Text Example


Text Example

White with #FEB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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