Html Css Color HEX #FFB059 Texas Rose

📋 copy color: '#FFB059'

red 255 ◦ green 176 ◦ blue 89

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

Shades of Texas Rose #FFB059

Tints of Texas Rose #FFB059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.12%

R = 49.04%
G = 33.85%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFB059 (or 0xFFB059) is known color: Texas Rose. HEX triplet: FF, B0 and 59. RGB value is (255,176,89). Sum of RGB (Red+Green+Blue) = 255+176+89=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB059 is #004FA6. Grayscale: #BEBEBE. Windows color (decimal): -20391 or 5878015. OLE color: 5878015.

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

Color convert

RGB 255 176 89 -
CMYK 0 0.31 0.65 0
HSL 31.45º 1% 0.67% -
HSV(B) 31.45º 0.65% 1% -
XYZ 58.57 53.03 16.6 -
YUV 189.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 255 176 89 0 0.31 0.65 0 31.45 1 0.67
Hex FF B0 59 0 1F 41 0 1F 64 43
Octal 377 260 131 0 37 101 0 37 144 103
Binary 11111111 10110000 1011001 0 11111 1000001 0 11111 1100100 1000011

Color Harmonies of #FFB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB059

Black with #FFB059

Text Example


Text Example

White with #FFB059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB059; }

 p { color: rgb(255,176,89); }

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

background-color css

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

 a { background-color: rgb(255,176,89); }

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

border-color css

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

 span { border-color: rgb(255,176,89); }

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