Html Css Color HEX #FFB55A Texas Rose

📋 copy color: '#FFB55A'

red 255 ◦ green 181 ◦ blue 90

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

Shades of Texas Rose #FFB55A

Tints of Texas Rose #FFB55A

RGB

 RED value IS 255 (100% from 255) = 48.48%

 GREEN value IS 181 (71.09% from 255) = 34.41%

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

R = 48.48%
G = 34.41%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB55A (or 0xFFB55A) is known color: Texas Rose. HEX triplet: FF, B5 and 5A. RGB value is (255,181,90). Sum of RGB (Red+Green+Blue) = 255+181+90=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB55A is #004AA5. Grayscale: #C1C1C1. Windows color (decimal): -19110 or 5944831. OLE color: 5944831.

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

Color convert

RGB 255 181 90 -
CMYK 0 0.29 0.65 0
HSL 33.09º 1% 0.68% -
HSV(B) 33.09º 0.65% 1% -
XYZ 59.61 55.05 17.16 -
YUV 192.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 255 181 90 0 0.29 0.65 0 33.09 1 0.68
Hex FF B5 5A 0 1D 41 0 21 64 44
Octal 377 265 132 0 35 101 0 41 144 104
Binary 11111111 10110101 1011010 0 11101 1000001 0 100001 1100100 1000100

Color Harmonies of #FFB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB55A

Black with #FFB55A

Text Example


Text Example

White with #FFB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB55A; }

 p { color: rgb(255,181,90); }

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

background-color css

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

 a { background-color: rgb(255,181,90); }

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

border-color css

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

 span { border-color: rgb(255,181,90); }

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