Html Css Color HEX #FBA957 Texas Rose

📋 copy color: '#FBA957'

red 251 ◦ green 169 ◦ blue 87

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

Shades of Texas Rose #FBA957

Tints of Texas Rose #FBA957

RGB

 RED value IS 251 (98.44% from 255) = 49.51%

 GREEN value IS 169 (66.41% from 255) = 33.33%

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

R = 49.51%
G = 33.33%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBA957 (or 0xFBA957) is known color: Texas Rose. HEX triplet: FB, A9 and 57. RGB value is (251,169,87). Sum of RGB (Red+Green+Blue) = 251+169+87=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA957 is #0456A8. Grayscale: #B8B8B8. Windows color (decimal): -284329 or 5745147. OLE color: 5745147.

HSL color Cylindrical-coordinate representation of color #FBA957: hue angle of 30º degrees, saturation: 0.95, 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 #FBA957 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 169 87 -
CMYK 0 0.33 0.65 0.02
HSL 30º 0.95% 0.66% -
HSV(B) 30º 0.65% 0.98% -
XYZ 55.69 49.57 15.65 -
YUV 184.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 251 169 87 0 0.33 0.65 0.02 30 0.95 0.66
Hex FB A9 57 0 21 41 2 1E 5F 42
Octal 373 251 127 0 41 101 2 36 137 102
Binary 11111011 10101001 1010111 0 100001 1000001 10 11110 1011111 1000010

Color Harmonies of #FBA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA957

Black with #FBA957

Text Example


Text Example

White with #FBA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA957; }

 p { color: rgb(251,169,87); }

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

background-color css

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

 a { background-color: rgb(251,169,87); }

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

border-color css

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

 span { border-color: rgb(251,169,87); }

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