Html Css Color HEX #FAB557 Texas Rose

📋 copy color: '#FAB557'

red 250 ◦ green 181 ◦ blue 87

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

Shades of Texas Rose #FAB557

Tints of Texas Rose #FAB557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.8%

R = 48.26%
G = 34.94%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAB557 (or 0xFAB557) is known color: Texas Rose. HEX triplet: FA, B5 and 57. RGB value is (250,181,87). Sum of RGB (Red+Green+Blue) = 250+181+87=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB557 is #054AA8. Grayscale: #BFBFBF. Windows color (decimal): -346793 or 5748218. OLE color: 5748218.

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

Color convert

RGB 250 181 87 -
CMYK 0 0.28 0.65 0.02
HSL 34.6º 0.94% 0.66% -
HSV(B) 34.6º 0.65% 0.98% -
XYZ 57.67 54.06 16.41 -
YUV 190.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 250 181 87 0 0.28 0.65 0.02 34.6 0.94 0.66
Hex FA B5 57 0 1C 41 2 23 5E 42
Octal 372 265 127 0 34 101 2 43 136 102
Binary 11111010 10110101 1010111 0 11100 1000001 10 100011 1011110 1000010

Color Harmonies of #FAB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB557

Black with #FAB557

Text Example


Text Example

White with #FAB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB557; }

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

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

background-color css

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

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

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

border-color css

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

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

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