Html Css Color HEX #FBA150 Sunshade

📋 copy color: '#FBA150'

red 251 ◦ green 161 ◦ blue 80

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

Shades of Sunshade #FBA150

Tints of Sunshade #FBA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

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

R = 51.02%
G = 32.72%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBA150 (or 0xFBA150) is known color: Sunshade. HEX triplet: FB, A1 and 50. RGB value is (251,161,80). Sum of RGB (Red+Green+Blue) = 251+161+80=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA150 is #045EAF. Grayscale: #B3B3B3. Windows color (decimal): -286384 or 5284347. OLE color: 5284347.

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

Color convert

RGB 251 161 80 -
CMYK 0 0.36 0.68 0.02
HSL 28.42º 0.96% 0.65% -
HSV(B) 28.42º 0.68% 0.98% -
XYZ 53.98 46.58 13.74 -
YUV 178.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 251 161 80 0 0.36 0.68 0.02 28.42 0.96 0.65
Hex FB A1 50 0 24 44 2 1C 60 41
Octal 373 241 120 0 44 104 2 34 140 101
Binary 11111011 10100001 1010000 0 100100 1000100 10 11100 1100000 1000001

Color Harmonies of #FBA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA150

Black with #FBA150

Text Example


Text Example

White with #FBA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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