Html Css Color HEX #FBA750 Texas Rose

📋 copy color: '#FBA750'

red 251 ◦ green 167 ◦ blue 80

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

Shades of Texas Rose #FBA750

Tints of Texas Rose #FBA750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.06%

R = 50.4%
G = 33.53%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBA750 (or 0xFBA750) is known color: Texas Rose. HEX triplet: FB, A7 and 50. RGB value is (251,167,80). Sum of RGB (Red+Green+Blue) = 251+167+80=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA750 is #0458AF. Grayscale: #B6B6B6. Windows color (decimal): -284848 or 5285883. OLE color: 5285883.

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

Color convert

RGB 251 167 80 -
CMYK 0 0.33 0.68 0.02
HSL 30.53º 0.96% 0.65% -
HSV(B) 30.53º 0.68% 0.98% -
XYZ 55.05 48.73 14.09 -
YUV 182.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 251 167 80 0 0.33 0.68 0.02 30.53 0.96 0.65
Hex FB A7 50 0 21 44 2 1F 60 41
Octal 373 247 120 0 41 104 2 37 140 101
Binary 11111011 10100111 1010000 0 100001 1000100 10 11111 1100000 1000001

Color Harmonies of #FBA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA750

Black with #FBA750

Text Example


Text Example

White with #FBA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA750; }

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

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

background-color css

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

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

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

border-color css

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

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

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