Html Css Color HEX #FBA556 Texas Rose

📋 copy color: '#FBA556'

red 251 ◦ green 165 ◦ blue 86

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

Shades of Texas Rose #FBA556

Tints of Texas Rose #FBA556

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.87%

 BLUE value IS 86 (33.98% from 255) = 17.13%

R = 50%
G = 32.87%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA556 (or 0xFBA556) is known color: Texas Rose. HEX triplet: FB, A5 and 56. RGB value is (251,165,86). Sum of RGB (Red+Green+Blue) = 251+165+86=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA556 is #045AA9. Grayscale: #B6B6B6. Windows color (decimal): -285354 or 5678587. OLE color: 5678587.

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

Color convert

RGB 251 165 86 -
CMYK 0 0.34 0.66 0.02
HSL 28.73º 0.95% 0.66% -
HSV(B) 28.73º 0.66% 0.98% -
XYZ 54.92 48.09 15.19 -
YUV 181.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 251 165 86 0 0.34 0.66 0.02 28.73 0.95 0.66
Hex FB A5 56 0 22 42 2 1D 5F 42
Octal 373 245 126 0 42 102 2 35 137 102
Binary 11111011 10100101 1010110 0 100010 1000010 10 11101 1011111 1000010

Color Harmonies of #FBA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA556

Black with #FBA556

Text Example


Text Example

White with #FBA556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA556; }

 p { color: rgb(251,165,86); }

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

background-color css

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

 a { background-color: rgb(251,165,86); }

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

border-color css

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

 span { border-color: rgb(251,165,86); }

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