Html Css Color HEX #FAB559 Texas Rose

📋 copy color: '#FAB559'

red 250 ◦ green 181 ◦ blue 89

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

Shades of Texas Rose #FAB559

Tints of Texas Rose #FAB559

RGB

 RED value IS 250 (98.05% from 255) = 48.08%

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

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

R = 48.08%
G = 34.81%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAB559 (or 0xFAB559) is known color: Texas Rose. HEX triplet: FA, B5 and 59. RGB value is (250,181,89). Sum of RGB (Red+Green+Blue) = 250+181+89=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB559 is #054AA6. Grayscale: #BFBFBF. Windows color (decimal): -346791 or 5879290. OLE color: 5879290.

HSL color Cylindrical-coordinate representation of color #FAB559: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAB559 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 181 89 -
CMYK 0 0.28 0.64 0.02
HSL 34.29º 0.94% 0.66% -
HSV(B) 34.29º 0.64% 0.98% -
XYZ 57.75 54.09 16.85 -
YUV 191.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 250 181 89 0 0.28 0.64 0.02 34.29 0.94 0.66
Hex FA B5 59 0 1C 40 2 22 5E 42
Octal 372 265 131 0 34 100 2 42 136 102
Binary 11111010 10110101 1011001 0 11100 1000000 10 100010 1011110 1000010

Color Harmonies of #FAB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB559

Black with #FAB559

Text Example


Text Example

White with #FAB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB559; }

 p { color: rgb(250,181,89); }

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

background-color css

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

 a { background-color: rgb(250,181,89); }

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

border-color css

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

 span { border-color: rgb(250,181,89); }

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