Html Css Color HEX #FBA656 Texas Rose

📋 copy color: '#FBA656'

red 251 ◦ green 166 ◦ blue 86

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

Shades of Texas Rose #FBA656

Tints of Texas Rose #FBA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

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

R = 49.9%
G = 33%
B = 17.1%

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

#FBA656 (or 0xFBA656) is known color: Texas Rose. HEX triplet: FB, A6 and 56. RGB value is (251,166,86). Sum of RGB (Red+Green+Blue) = 251+166+86=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA656 is #0459A9. Grayscale: #B6B6B6. Windows color (decimal): -285098 or 5678843. OLE color: 5678843.

HSL color Cylindrical-coordinate representation of color #FBA656: hue angle of 29.09º 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 #FBA656 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 166 86 -
CMYK 0 0.34 0.66 0.02
HSL 29.09º 0.95% 0.66% -
HSV(B) 29.09º 0.66% 0.98% -
XYZ 55.1 48.45 15.25 -
YUV 182.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 251 166 86 0 0.34 0.66 0.02 29.09 0.95 0.66
Hex FB A6 56 0 22 42 2 1D 5F 42
Octal 373 246 126 0 42 102 2 35 137 102
Binary 11111011 10100110 1010110 0 100010 1000010 10 11101 1011111 1000010

Color Harmonies of #FBA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA656

Black with #FBA656

Text Example


Text Example

White with #FBA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA656; }

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

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

background-color css

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

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

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

border-color css

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

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

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