Html Css Color HEX #FBA850 Texas Rose

📋 copy color: '#FBA850'

red 251 ◦ green 168 ◦ blue 80

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

Shades of Texas Rose #FBA850

Tints of Texas Rose #FBA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

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

R = 50.3%
G = 33.67%
B = 16.03%

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

#FBA850 (or 0xFBA850) is known color: Texas Rose. HEX triplet: FB, A8 and 50. RGB value is (251,168,80). Sum of RGB (Red+Green+Blue) = 251+168+80=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA850 is #0457AF. Grayscale: #B7B7B7. Windows color (decimal): -284592 or 5286139. OLE color: 5286139.

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

Color convert

RGB 251 168 80 -
CMYK 0 0.33 0.68 0.02
HSL 30.88º 0.96% 0.65% -
HSV(B) 30.88º 0.68% 0.98% -
XYZ 55.23 49.09 14.15 -
YUV 182.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 251 168 80 0 0.33 0.68 0.02 30.88 0.96 0.65
Hex FB A8 50 0 21 44 2 1F 60 41
Octal 373 250 120 0 41 104 2 37 140 101
Binary 11111011 10101000 1010000 0 100001 1000100 10 11111 1100000 1000001

Color Harmonies of #FBA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA850

Black with #FBA850

Text Example


Text Example

White with #FBA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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