Html Css Color HEX #FEB05A Texas Rose

📋 copy color: '#FEB05A'

red 254 ◦ green 176 ◦ blue 90

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

Shades of Texas Rose #FEB05A

Tints of Texas Rose #FEB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.31%

R = 48.85%
G = 33.85%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEB05A (or 0xFEB05A) is known color: Texas Rose. HEX triplet: FE, B0 and 5A. RGB value is (254,176,90). Sum of RGB (Red+Green+Blue) = 254+176+90=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB05A is #014FA5. Grayscale: #BDBDBD. Windows color (decimal): -85926 or 5943550. OLE color: 5943550.

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

Color convert

RGB 254 176 90 -
CMYK 0 0.31 0.65 0.00
HSL 31.46º 0.99% 0.67% -
HSV(B) 31.46º 0.65% 1% -
XYZ 58.24 52.86 16.81 -
YUV 189.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 254 176 90 0 0.31 0.65 0.00 31.46 0.99 0.67
Hex FE B0 5A 0 1F 41 0 1F 63 43
Octal 376 260 132 0 37 101 0 37 143 103
Binary 11111110 10110000 1011010 0 11111 1000001 0 11111 1100011 1000011

Color Harmonies of #FEB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB05A

Black with #FEB05A

Text Example


Text Example

White with #FEB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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