Html Css Color HEX #FBA756 Texas Rose

📋 copy color: '#FBA756'

red 251 ◦ green 167 ◦ blue 86

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

Shades of Texas Rose #FBA756

Tints of Texas Rose #FBA756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.13%

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

R = 49.8%
G = 33.13%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FBA756 (or 0xFBA756) is known color: Texas Rose. HEX triplet: FB, A7 and 56. RGB value is (251,167,86). Sum of RGB (Red+Green+Blue) = 251+167+86=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA756 is #0458A9. Grayscale: #B7B7B7. Windows color (decimal): -284842 or 5679099. OLE color: 5679099.

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

Color convert

RGB 251 167 86 -
CMYK 0 0.33 0.66 0.02
HSL 29.45º 0.95% 0.66% -
HSV(B) 29.45º 0.66% 0.98% -
XYZ 55.28 48.82 15.31 -
YUV 182.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 251 167 86 0 0.33 0.66 0.02 29.45 0.95 0.66
Hex FB A7 56 0 21 42 2 1D 5F 42
Octal 373 247 126 0 41 102 2 35 137 102
Binary 11111011 10100111 1010110 0 100001 1000010 10 11101 1011111 1000010

Color Harmonies of #FBA756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA756

Black with #FBA756

Text Example


Text Example

White with #FBA756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA756; }

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

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

background-color css

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

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

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

border-color css

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

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

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